Feat: upgrade go1.19 (#4790)

This commit is contained in:
Somefive
2022-09-28 10:19:28 +08:00
committed by GitHub
parent 9b6ec588f5
commit 668a637f86
70 changed files with 223 additions and 449 deletions

View File

@@ -1,6 +1,6 @@
ARG BASE_IMAGE
# Build the manager binary
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.17-alpine as builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.19-alpine as builder
WORKDIR /workspace
# Copy the Go Modules manifests