From c513bfc3463c5ce8a5a8cf0b41e9656f521de5cd Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 01:43:47 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1765311584 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 663c86114..9929f6570 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.24.6 +ARG GO_VERSION=1.25.3-1765311584 FROM registry.access.redhat.com/ubi9/go-toolset:${GO_VERSION} AS builder ARG GOARCH=amd64