Switch to building with go1.19 (#20695)

This commit is contained in:
techknowlogick 2022-08-07 12:25:03 -04:00 committed by GitHub
parent 64c371a167
commit be824890e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 19 additions and 19 deletions

View file

@ -1,5 +1,5 @@
#Build stage
FROM golang:1.18-alpine3.16 AS build-env
FROM golang:1.19-alpine3.16 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}