Skip to content

Commit

Permalink
force vulns check to use specified go patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
haouc committed Nov 16, 2023
1 parent ed94728 commit 55aef8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21.4'
cache-dependency-path: "**/go.sum"
- name: Install `govulncheck`
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Run `govulncheck`
Expand Down

0 comments on commit 55aef8e

Please sign in to comment.