From 020cf4307b3472c6dd6242255a0c0f206f3f0f05 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:16:07 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.24 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 b07e5f357..7c3e6b72d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22 as builder +FROM golang:1.24 as builder WORKDIR /workspace # Copy the Go Modules manifests