Switch to building with go1.19 (#20695)
This commit is contained in:
parent
64c371a167
commit
be824890e4
6 changed files with 19 additions and 19 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue