From f4413b6e4ffd6a66c6825f24ed9c3fcf5eed1aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 09:02:49 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4.0.0...v5.0.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-extended-linting.yml | 2 +- .github/workflows/pr-test-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-extended-linting.yml b/.github/workflows/pr-extended-linting.yml index 903cdc7050..21801a1d63 100644 --- a/.github/workflows/pr-extended-linting.yml +++ b/.github/workflows/pr-extended-linting.yml @@ -31,7 +31,7 @@ jobs: - name: Generate test files run: make test/generate - name: Run golangci-lint - uses: golangci/golangci-lint-action@v4.0.0 + uses: golangci/golangci-lint-action@v5.0.0 with: version: latest args: --config=.github/.golangci.yml --timeout=30m diff --git a/.github/workflows/pr-test-lint.yml b/.github/workflows/pr-test-lint.yml index 1092b6d453..caa2b4a540 100644 --- a/.github/workflows/pr-test-lint.yml +++ b/.github/workflows/pr-test-lint.yml @@ -55,7 +55,7 @@ jobs: run: make test/lint/proto - name: Run golangci-lint - uses: golangci/golangci-lint-action@v4.0.0 + uses: golangci/golangci-lint-action@v5.0.0 with: version: latest