Skip to content

Commit

Permalink
Check vulnerabilities with 1.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ramondeklein committed Sep 19, 2024
1 parent b3aca92 commit ee6ee97
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 @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.5
go-version: 1.22.7
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.22.5 ]
go-version: [ 1.22.7 ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down

0 comments on commit ee6ee97

Please sign in to comment.