Updating Golang and connect sdk versions

This commit is contained in:
jillianwilson
2023-06-14 16:02:06 -03:00
parent 50862a8321
commit e4b945ed56
8 changed files with 46 additions and 47 deletions

View File

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