chore(go): upgrading to 1.19 required for k8s 1.26

This commit is contained in:
Dario Tranchitella
2022-12-16 22:29:53 +01:00
parent 09891f4d71
commit 074279b3c2

View File

@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.18 as builder
FROM golang:1.19 as builder
WORKDIR /workspace
# Copy the Go Modules manifests