From c84b309e15960ef80a72a0791c552d5b4f26479a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 02:32:38 +0000 Subject: [PATCH 1/2] Bump golangci/golangci-lint from v2.12.1 to v2.12.2 Bumps golangci/golangci-lint from v2.12.1 to v2.12.2. --- updated-dependencies: - dependency-name: golangci/golangci-lint dependency-version: v2.12.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.dockerfile b/dev.dockerfile index f222433..4b3d4ef 100644 --- a/dev.dockerfile +++ b/dev.dockerfile @@ -2,7 +2,7 @@ FROM golang:1.26.2 AS go # update together with .github/workflows/ci.yml -FROM golangci/golangci-lint:v2.12.1 AS linter +FROM golangci/golangci-lint:v2.12.2 AS linter FROM go AS dev ENV INSIDE_DEV_CONTAINER=1 From 8c239ca928f6c9e788fd31c8323cdcde75b0724f Mon Sep 17 00:00:00 2001 From: Marat Reimers <16486128+maratori@users.noreply.github.com> Date: Thu, 7 May 2026 09:12:09 +0200 Subject: [PATCH 2/2] Update golangci-lint version to v2.12.2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76fdc1e..8d763ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: go-version: "1.26.2" # update together with dev.dockerfile - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: - version: "v2.12.1" # update together with dev.dockerfile + version: "v2.12.2" # update together with dev.dockerfile lint-latest-deps: runs-on: ubuntu-latest @@ -77,7 +77,7 @@ jobs: - run: make apply-latest-deps - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: - version: "v2.12.1" # update together with dev.dockerfile + version: "v2.12.2" # update together with dev.dockerfile check-tidy: name: go mod tidy