Skip to content

Commit a08c735

Browse files
committed
Go 1.18
1 parent 4c13abc commit a08c735

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/main.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
go_version:
16-
- 1.16
1716
- 1.17
17+
- 1.18
1818
os:
1919
- macos
2020
- ubuntu
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/setup-go@v3.0.0
6464
id: go
6565
with:
66-
go-version: 1.17
66+
go-version: 1.18
6767

6868
- run: |
6969
go install honnef.co/go/tools/cmd/staticcheck@master
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/setup-go@v3.0.0
9696
id: go
9797
with:
98-
go-version: 1.17
98+
go-version: 1.18
9999

100100
- name: go-build
101101
run: go build -o fake-gcs-server

0 commit comments

Comments
 (0)