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 7d52fa2 commit f498122Copy full SHA for f498122
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
- uses: actions/setup-go@v5
30
with:
31
- go-version: '1.22.3'
+ go-version: '1.22.4'
32
33
- name: install gotestsum
34
run: go install gotest.tools/gotestsum@latest
@@ -76,6 +76,6 @@ jobs:
76
77
78
79
80
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
81
- run: govulncheck ./...
0 commit comments