update to build with go1.20 (#22732)

as title

---------

Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
techknowlogick
2023-02-03 11:23:52 -05:00
committed by GitHub
parent 1410e13dc5
commit cfb1cb1168
8 changed files with 27 additions and 30 deletions

View File

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