fix: golangci-lint install

pull/3355/head
Fernandez Ludovic 2025-03-15 23:57:00 +01:00
parent efeffa84f8
commit 84dfb4ee17
1 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ jobs:
uses: golangci/golangci-lint-action@v6 uses: golangci/golangci-lint-action@v6
with: with:
# NOTE: Keep this in sync with the version from .golangci.yml # NOTE: Keep this in sync with the version from .golangci.yml
version: v1.64.7 version: v1.64
skip-cache: true # NOTE(ldez): temporary workaround
verify: true install-mode: goinstall
args: --config=.golangci.yml