We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48177c1 commit 951aaffCopy full SHA for 951aaff
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v2
18
with:
19
- go-version: 1.16
+ go-version: 1.17
20
id: go
21
22
- name: Check out code into the Go module directory
go.mod
@@ -22,4 +22,4 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
23
)
24
25
-go 1.16
+go 1.17
0 commit comments