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 02b71ab commit 9ec7a68Copy full SHA for 9ec7a68
.github/workflows/ci.yml
@@ -28,8 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
- uses: actions/setup-go@v5
30
with:
31
- go-version-file: go.mod
32
- check-latest: true
+ go-version: '1.22.3'
33
34
- name: install gotestsum
35
run: go install gotest.tools/gotestsum@latest
@@ -77,8 +76,6 @@ jobs:
77
76
78
79
80
- go-version: '1.21.9'
81
- # go-version-file: go.mod
82
- # check-latest: true
83
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
84
- run: govulncheck ./...
0 commit comments