Update Go version to 1.23.0

This commit is contained in:
Sergey Stepanov 2024-08-15 15:44:56 +03:00
parent 61eb55f736
commit dea9926e4f
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.22.6
ARG GO=1.23.0
ARG GO_DIST=go${GO}.linux-amd64.tar.gz
ADD https://go.dev/dl/$GO_DIST ./