Merge pull request #673 from plotly/bump-go

bump go from 1.21.6 -> 1.21.9
This commit is contained in:
Muneeb Aijaz
2024-06-04 00:56:54 +05:00
committed by GitHub

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