Update golang to 1.21

This commit is contained in:
2023-09-07 23:17:58 +01:00
parent 97f4007a6a
commit 7f82327e1b
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