From 87db2a33c62cb35911818a3abd4115bd2b30b1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:32:06 +0200 Subject: [PATCH] build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#4684) Co-authored-by: Fernandez Ludovic --- .github/workflows/pr.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6bf17f1cb600..863d6e119aa7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -44,12 +44,9 @@ jobs: # - 1.18rc1 -> 1.18.0-rc.1 go-version: ${{ env.GO_VERSION }} - name: lint - uses: golangci/golangci-lint-action@v4.0.0 + uses: golangci/golangci-lint-action@v5.1.0 with: version: latest - # skip cache because of flaky behaviors - skip-build-cache: true - skip-pkg-cache: true tests-on-windows: needs: golangci-lint # run after golangci-lint action to not produce duplicated errors