Skip to content

Commit

Permalink
Merge pull request rook#13352 from subhamkrai/fix-govulncheck-ci
Browse files Browse the repository at this point in the history
ci: update go version in govulncheck
  • Loading branch information
travisn authored Dec 8, 2023
2 parents d1e0b3f + ccaffd9 commit b515770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21.4"
go-version: "1.21.5"
- name: govulncheck
uses: golang/govulncheck-action@v1

0 comments on commit b515770

Please sign in to comment.