Skip to content

Commit

Permalink
Updated govuln check to use latest version (#3146)
Browse files Browse the repository at this point in the history
Updated go vuln check to use latest version

Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft authored Dec 6, 2023
1 parent cb14cb9 commit 83b060e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.4
go-version: 1.21.5
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.21.4 ]
go-version: [ 1.21.5 ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down

0 comments on commit 83b060e

Please sign in to comment.