From 3af109a0f5550111ba7c9e95c3c6768049570c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 02:33:10 +0000 Subject: [PATCH 1/2] Bump golang from 1.25.6 to 1.25.7 Bumps golang from 1.25.6 to 1.25.7. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.dockerfile b/dev.dockerfile index c56dcdb..51716a9 100644 --- a/dev.dockerfile +++ b/dev.dockerfile @@ -1,5 +1,5 @@ # update together with .github/workflows/ci.yml -FROM golang:1.25.6 AS go +FROM golang:1.25.7 AS go # update together with .github/workflows/ci.yml FROM golangci/golangci-lint:v2.8.0 AS linter From 06d12bdb9800aedf056ba73e93171bfe1fe17d76 Mon Sep 17 00:00:00 2001 From: Marat Reimers <16486128+maratori@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:42:42 +0100 Subject: [PATCH 2/2] Update Go version from 1.25.6 to 1.25.7 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59200f0..7a106de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2 with: - go-version: "1.25.6" # update together with dev.dockerfile + go-version: "1.25.7" # update together with dev.dockerfile - name: Debug with tmate SSH if enabled if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }} uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23 @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2 with: - go-version: "1.25.6" # update together with dev.dockerfile + go-version: "1.25.7" # update together with dev.dockerfile - run: make test-latest-deps test22: @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2 with: - go-version: "1.25.6" # update together with dev.dockerfile + go-version: "1.25.7" # update together with dev.dockerfile - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: version: "v2.8.0" # update together with dev.dockerfile @@ -73,7 +73,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2 with: - go-version: "1.25.6" # update together with dev.dockerfile + go-version: "1.25.7" # update together with dev.dockerfile - run: make apply-latest-deps - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: @@ -86,5 +86,5 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2 with: - go-version: "1.25.6" # update together with dev.dockerfile + go-version: "1.25.7" # update together with dev.dockerfile - run: make check-tidy