Change Go version to 1.19 (#2543)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2023-01-04 13:43:13 -08:00
committed by GitHub
parent 1d951b28aa
commit d8b3d0715f
5 changed files with 210 additions and 204 deletions

View File

@@ -13,7 +13,7 @@ RUN make build-static
USER node
FROM golang:1.18 as golayer
FROM golang:1.19 as golayer
RUN apt-get update -y && apt-get install -y ca-certificates