Skip to content

Commit

Permalink
tests: Manually install latest Go for govulncheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Nov 14, 2023
1 parent bd005ed commit d54db2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
with:
egress-policy: audit

- name: Install Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: ">= 1.21"
cache: true

- id: govulncheck
uses: golang/govulncheck-action@7da72f730e37eeaad891fcff0a532d27ed737cd4 # v1.0.1
with:
Expand Down

0 comments on commit d54db2d

Please sign in to comment.