Skip to content

Commit

Permalink
Merge pull request rook#13894 from rook/mergify/bp/release-1.13/pr-13893
Browse files Browse the repository at this point in the history
ci: Remove minor version from setup-go in govulncheck (backport rook#13893)
  • Loading branch information
mergify[bot] authored Mar 7, 2024
2 parents c330618 + 38503b9 commit f97a3e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21.5"
go-version: "1.21"
check-latest: true
- name: govulncheck
uses: golang/govulncheck-action@v1

0 comments on commit f97a3e2

Please sign in to comment.