From 240a1f92ce0a40709db3b9fccb0d3e80bc1f555b Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Wed, 9 Aug 2023 19:55:44 +0300 Subject: [PATCH] Use Go 1.20.7 with Docker builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78e13f7e..98a8a807 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./