Skip to content

Commit 951aaff

Browse files
committed
Go 1.17
1 parent 48177c1 commit 951aaff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.16
19+
go-version: 1.17
2020
id: go
2121

2222
- name: Check out code into the Go module directory

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ require (
2222
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2323
)
2424

25-
go 1.16
25+
go 1.17

0 commit comments

Comments
 (0)