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 2808a60 commit f6ee89fCopy full SHA for f6ee89f
.github/workflows/ci.yml
@@ -92,6 +92,6 @@ jobs:
92
- uses: actions/checkout@v3
93
- uses: actions/setup-go@v4
94
with:
95
- go-version: '1.20'
+ go-version: '>=1.20.6'
96
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
97
- run: govulncheck ./...
0 commit comments