From e8e2800d483a79b5bf5a031dc2f57c828eb4ad46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:08:00 +0000 Subject: [PATCH 1/2] build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.1.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4.0.0...v5.1.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6bf17f1cb600..0d9ec6907ae4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -44,7 +44,7 @@ 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 From 3607270954c5540433008cb836243dfcdc184b4e Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 29 Apr 2024 22:13:03 +0200 Subject: [PATCH 2/2] chore: update workflow --- .github/workflows/pr.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0d9ec6907ae4..863d6e119aa7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -47,9 +47,6 @@ jobs: 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