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 9cf5dbc commit 2fbdd92Copy full SHA for 2fbdd92
.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.23.5'
+ go-version: '1.23.6'
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