Upgrade go to 1.18 (#1249)

* upgrade go to 1.18

* update buildtest
This commit is contained in:
David Colburn
2022-12-21 16:41:47 -08:00
committed by GitHub
parent d05d26cc04
commit eea592a1f5
3 changed files with 2 additions and 48 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.17'
go-version: '>=1.18'
- name: Set up gotestfmt
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@v2.4.1