Skip to content

Commit

Permalink
chore(ci): check latest go version when running workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
julioc-lopez committed Dec 8, 2023
1 parent 588c5f5 commit da17bb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: true
check-latest: true
go-version-file: 'go.mod'
-
id: govulncheck
name: govulncheck
Expand Down

0 comments on commit da17bb5

Please sign in to comment.