From 356874ba6149cffe426127339952ddf07a2e889e Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:45:37 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v1.26.5-1784190466 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 53b53371d..7540bc579 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.25.7 +ARG GO_VERSION=1.26.5-1784190466 FROM registry.access.redhat.com/ubi9/go-toolset:${GO_VERSION} AS builder ARG GOARCH=amd64