From cafb463848bc631fc25fdea24dc4a7d4304fb8e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:32:34 +0000 Subject: [PATCH 1/2] Bump golangci/golangci-lint from v2.11.3 to v2.11.4 Bumps golangci/golangci-lint from v2.11.3 to v2.11.4. --- updated-dependencies: - dependency-name: golangci/golangci-lint dependency-version: v2.11.4 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 e153806..3bfae16 100644 --- a/dev.dockerfile +++ b/dev.dockerfile @@ -2,7 +2,7 @@ FROM golang:1.26.1 AS go # update together with .github/workflows/ci.yml -FROM golangci/golangci-lint:v2.11.3 AS linter +FROM golangci/golangci-lint:v2.11.4 AS linter FROM go AS dev ENV INSIDE_DEV_CONTAINER=1 From 171871023381584a7a518e2aa93b5a11fe0f730c Mon Sep 17 00:00:00 2001 From: Marat Reimers <16486128+maratori@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:57:17 +0100 Subject: [PATCH 2/2] Update ci.yml --- .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 6da1e6d..605791a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: go-version: "1.26.1" # update together with dev.dockerfile - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: - version: "v2.11.3" # update together with dev.dockerfile + version: "v2.11.4" # 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.11.3" # update together with dev.dockerfile + version: "v2.11.4" # update together with dev.dockerfile check-tidy: name: go mod tidy