Update to Go 1.26.0

This commit is contained in:
sergystepanov 2026-02-11 22:34:49 +03:00
parent dc56c70acf
commit d765de14dc

View file

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