Skip to content

Commit

Permalink
chore: set govulncheck to always use latest Go version (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Sep 11, 2023
1 parent 871e516 commit 56ba681
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ jobs:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: "1.21"
check-latest: true
- id: govulncheck
uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13 # v1

0 comments on commit 56ba681

Please sign in to comment.