From dea9926e4f6f8c031a35eea4984cc4cdccc67f72 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Thu, 15 Aug 2024 15:44:56 +0300 Subject: [PATCH] Update Go version to 1.23.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c34deb5..6480c85c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION=master # base build stage FROM ubuntu:lunar AS build0 -ARG GO=1.22.6 +ARG GO=1.23.0 ARG GO_DIST=go${GO}.linux-amd64.tar.gz ADD https://go.dev/dl/$GO_DIST ./