Use Go 1.20.7 with Docker builds

This commit is contained in:
Sergey Stepanov 2023-08-09 19:55:44 +03:00
parent 8e92f6822e
commit 240a1f92ce
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -3,7 +3,7 @@ ARG VERSION=master
# base build stage
FROM ubuntu:lunar AS build0
ARG GO=1.21.0
ARG GO=1.20.7
ARG GO_DIST=go${GO}.linux-amd64.tar.gz
ADD https://go.dev/dl/$GO_DIST ./