Skip to content

Commit

Permalink
Merge pull request rook#13187 from subhamkrai/fix-govul
Browse files Browse the repository at this point in the history
ci: add go 1.21.4 in govulncheck ci run
  • Loading branch information
travisn authored Nov 9, 2023
2 parents 635570a + a878e52 commit 383dfda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ jobs:
name: govulncheck
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21.4"
- name: govulncheck
uses: golang/govulncheck-action@v1

0 comments on commit 383dfda

Please sign in to comment.