We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e5ffe commit d712086Copy full SHA for d712086
.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.6'
+ go-version: '1.20'
96
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
97
- run: govulncheck ./...
0 commit comments