fix: bump go version to fix CVEs

This commit is contained in:
Sebastien NICOT
2025-11-03 16:38:51 +01:00
parent 196373a688
commit 5f2cf19213
3 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ ARG BUILDER_IMAGE
ARG BASE_IMAGE
# Build the manager binary
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.24.6} AS builder
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.24.9} AS builder
ARG TARGETOS
ARG TARGETARCH