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
with:
# NOTE: Keep this in sync with the version from .golangci.yml
version: v1.64.7
skip-cache: true
verify: true
args: --config=.golangci.yml
version: v1.64
# NOTE(ldez): temporary workaround
install-mode: goinstall