Skip to content

Commit

Permalink
govulncheck requires Go 1.21 now
Browse files Browse the repository at this point in the history
  • Loading branch information
srgoni committed Aug 16, 2024
1 parent f6f3e54 commit 247e837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: run govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: "1.20"
go-version-input: "1.21"
go-package: ./...
# this action doesn't produce a SARIF report yet, so there's nothing to upload.
# See: https://github.com/golang/go/issues/61347
Expand Down

0 comments on commit 247e837

Please sign in to comment.