From 0b2af1c353443af2f1587780c9f0ada465946c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 20:00:53 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.2 to 7.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.5.2...v7.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 7347974b5b..307d982d34 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@v6.5.2 + uses: golangci/golangci-lint-action@v7.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 0f40acdb3a..7479c8013c 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@v6.5.2 + uses: golangci/golangci-lint-action@v7.0.0 with: version: latest