From fb708fd13ee4d511c5ab5b8f081cf212b6b0695d Mon Sep 17 00:00:00 2001 From: rabi Date: Wed, 2 Oct 2024 17:01:50 +0530 Subject: [PATCH] Bump go-toolset for agent This was missed when we bumped to 1.21. Signed-off-by: rabi --- Dockerfile.agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agent b/Dockerfile.agent index f1beaa8..066a3b7 100644 --- a/Dockerfile.agent +++ b/Dockerfile.agent @@ -1,4 +1,4 @@ -ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.20 +ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.21 ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:latest # Build the manager binary