From f8ccde83b4688d93a0d7c3a3ae5ef3ba9c4f091d Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Wed, 12 Jun 2024 18:11:15 +0200 Subject: [PATCH] Use the same linter version in GoReleaser as for prs This fixes issue with the removal of gosec warning for stored pointers. --- .github/workflows/release-fleet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-fleet.yml b/.github/workflows/release-fleet.yml index 139dcd0817..af7dd9a568 100644 --- a/.github/workflows/release-fleet.yml +++ b/.github/workflows/release-fleet.yml @@ -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"