bump go from 1.21.6 -> 1.21.9

This commit is contained in:
Antoine Roy-Gobeil
2024-05-30 17:36:17 -04:00
parent f682a69322
commit 7b088bed23
+1 -1
View File
@@ -2,7 +2,7 @@ ARG BUILDER_IMAGE
ARG BASE_IMAGE
# Build the manager binary
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.21.6} as builder
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.21.9} as builder
ARG TARGETOS
ARG TARGETARCH