We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202e712 commit a1ad2e1Copy full SHA for a1ad2e1
.github/workflows/code_quality.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v4
18
with:
19
- go-version: '1.16'
+ go-version: '1.17'
20
21
- name: Unit tests
22
run: go test -v ./...
go.mod
@@ -1,6 +1,6 @@
1
module github.com/miku/zek
2
3
-go 1.16
+go 1.17
4
5
require (
6
github.com/sethgrid/pester v1.2.0
0 commit comments