Update go version in k8s dockerfile

This commit is contained in:
Maidul Islam
2024-07-09 09:44:52 -04:00
committed by GitHub
parent 6e9a624697
commit df90e4e6f0

View File

@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.19 as builder
FROM golang:1.21 as builder
ARG TARGETOS
ARG TARGETARCH