From 90e959f35f04e0496efd5f092dd2fb00f211e1b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 13:33:35 +0000 Subject: [PATCH] Bump golang from 1.23.6 to 1.24.0 Dependabot couldn't find the original pull request head commit, e47cc82dbb7f7237bb49e6032ab78d18d95e4a13. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1659e64e..75e9b0b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.23.6 AS builder +FROM golang:1.24.0 AS builder ARG TARGETOS ARG TARGETARCH