Update Go version to 1.26rc1

This commit is contained in:
sergystepanov 2025-12-17 23:12:50 +03:00
parent d45daeab7a
commit 7c91d200e4

View file

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