Skip to content

Commit

Permalink
build: specify go version in govulncheck action (#2889)
Browse files Browse the repository at this point in the history
* build: specify go version in govulncheck action using `go-version-file: go.mod`

---------
Co-authored-by: Julio López <1953782+julio-lopez@users.noreply.github.com>
  • Loading branch information
hairyhum committed May 22, 2024
1 parent ef161d0 commit db04521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
with:
repo-checkout: false
cache: false
go-version-file: go.mod

0 comments on commit db04521

Please sign in to comment.