From be9ab24182198db537d36ab7002f22e4461703ad Mon Sep 17 00:00:00 2001 From: jeronimoalbi Date: Mon, 16 Oct 2023 12:08:21 +0200 Subject: [PATCH] ci: update `golangci-lint` to version `v1.54.2` Depguard is disabled to avoid "not allowed from list" errors. --- .github/workflows/test-lint.yml | 2 +- .golangci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index 9e48d2da09..46cc7973c2 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -31,7 +31,7 @@ jobs: - uses: golangci/golangci-lint-action@v3 if: env.GIT_DIFF with: - version: v1.52.1 + version: v1.54.2 install-mode: goinstall args: --timeout 10m github-token: ${{ secrets.github_token }} diff --git a/.golangci.yml b/.golangci.yml index 5cdf2c1089..ed09a7a08e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -10,7 +10,7 @@ linters: enable: - bodyclose - decorder - - depguard + # - depguard - dogsled - dupword # - errcheck