Skip to content

Commit

Permalink
use latest go version
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Mar 6, 2024
1 parent 8d5154d commit 3f5702c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22
check-latest: true
cache: true
cache-dependency-path: golang/vaas/go.sum
- name: run tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vulncheck-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
check-latest: true
cache: true
cache-dependency-path: golang/vaas/go.sum
- name: Install govulncheck
Expand Down

0 comments on commit 3f5702c

Please sign in to comment.