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 cfa9b72 commit 416b9e6Copy full SHA for 416b9e6
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v4
31
- uses: actions/setup-go@v5
32
with:
33
- go-version: '1.22.4'
+ go-version: '1.22.5'
34
35
- name: install gotestsum
36
run: go install gotest.tools/gotestsum@latest
@@ -78,6 +78,6 @@ jobs:
78
79
80
81
82
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
83
- run: govulncheck ./...
0 commit comments