Skip to content

Commit

Permalink
Use the same linter version in GoReleaser as for prs
Browse files Browse the repository at this point in the history
This fixes issue with the removal of gosec warning for stored pointers.
  • Loading branch information
thardeck committed Jun 12, 2024
1 parent 53b4e4f commit f8ccde8
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 f8ccde8

Please sign in to comment.