Update Go to 1.23.3

This commit is contained in:
Sergey Stepanov 2024-11-30 21:35:40 +03:00
parent 6de1828ffe
commit 56e3ce328e
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:oracular AS build0
ARG GO=1.23.1
ARG GO=1.23.3
ARG GO_DIST=go${GO}.linux-amd64.tar.gz
ADD https://go.dev/dl/$GO_DIST ./