1 parent 4c13abc commit a08c735Copy full SHA for a08c735
1 file changed
.github/workflows/main.yml
@@ -13,8 +13,8 @@ jobs:
13
strategy:
14
matrix:
15
go_version:
16
- - 1.16
17
- 1.17
+ - 1.18
18
os:
19
- macos
20
- ubuntu
@@ -63,7 +63,7 @@ jobs:
63
- uses: actions/setup-go@v3.0.0
64
id: go
65
with:
66
- go-version: 1.17
+ go-version: 1.18
67
68
- run: |
69
go install honnef.co/go/tools/cmd/staticcheck@master
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
100
- name: go-build
101
run: go build -o fake-gcs-server
0 commit comments