Skip to content

Commit

Permalink
also use the current versions in the vulncheck pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Feb 12, 2024
1 parent d040780 commit 3db2baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vulncheck-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
vulncheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.1.0
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.0
go-version: 1.21
cache: true
cache-dependency-path: golang/vaas/go.sum
- name: Install govulncheck
Expand Down

0 comments on commit 3db2baa

Please sign in to comment.