Update Go to 1.25.0

This commit is contained in:
sergystepanov 2025-08-15 12:25:04 +03:00 committed by sergystepanov
parent e03fbadcaa
commit 6b0d7c0ce1

View file

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