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