Skip to content

Commit

Permalink
Merge pull request #2511 from rancher/use_identical_linter_version
Browse files Browse the repository at this point in the history
Use the same linter version in GoReleaser as for prs
  • Loading branch information
manno authored Jun 12, 2024
2 parents 53b4e4f + f8ccde8 commit 2b72145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always
# use the latest patch version.
version: v1.55
version: v1.58
args: --timeout=10m --config=.golangci.json

- name: "Read Vault Secrets"
Expand Down

0 comments on commit 2b72145

Please sign in to comment.