Skip to content

Commit fc92f3e

Browse files
committed
Update CI to Go 1.17
1 parent bb9f46b commit fc92f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go 1.x
1313
uses: actions/setup-go@v2
1414
with:
15-
go-version: ^1.16
15+
go-version: ^1.17
1616
id: go
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go 1.x
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: ^1.16
31+
go-version: ^1.17
3232
id: go
3333
- name: Check out code into the Go module directory
3434
uses: actions/checkout@v2

0 commit comments

Comments
 (0)