Update golang to 1.21

This commit is contained in:
2023-09-07 23:17:58 +01:00
parent a9e6257683
commit 8e3c9f941f
2 changed files with 2 additions and 2 deletions
+1 -1
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