From ff6c3a4b930e4ded667bc4f61931e1c87949ce65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 22:44:47 +0000 Subject: [PATCH 1/2] build(deps): bump golangci/golangci-lint-action from 7 to 8 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c95e68eb..313313f9 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: lint go - uses: golangci/golangci-lint-action@v7 + uses: golangci/golangci-lint-action@v8 with: version: v2.0.2 args: --timeout=5m --color=always --max-same-issues=0 --max-issues-per-linter=0 From 3f79c5a09f43bc91f02b6b58dfa14ef412e1e85a Mon Sep 17 00:00:00 2001 From: James Alseth Date: Tue, 13 May 2025 21:20:27 -0700 Subject: [PATCH 2/2] ci: Use any version of v2 for golangci-lint Signed-off-by: James Alseth --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 313313f9..ff579ed2 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -21,7 +21,7 @@ jobs: - name: lint go uses: golangci/golangci-lint-action@v8 with: - version: v2.0.2 + version: v2 args: --timeout=5m --color=always --max-same-issues=0 --max-issues-per-linter=0 acceptance: