From fa7dd31c653d9791806edc20cd9c16b6d8f31563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 14:46:29 +0000 Subject: [PATCH] :arrow_up: Bump golang from 1.25.5 to 1.26.4 Bumps golang from 1.25.5 to 1.26.4. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26rc2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.utils b/Dockerfile.utils index ce54b21..87c118b 100644 --- a/Dockerfile.utils +++ b/Dockerfile.utils @@ -1,4 +1,4 @@ -FROM golang:1.25.5 as utils +FROM golang:1.26.4 as utils WORKDIR /utils