Update Go to 1.19.2 (#219)

This commit is contained in:
Nils Hanke 2022-10-06 10:31:12 -07:00 committed by GitHub
parent 4ccd96bf64
commit 803209b12b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 50 additions and 47 deletions

View file

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