From d765de14dcf6df9842e3074ec8586282b802028d Mon Sep 17 00:00:00 2001 From: sergystepanov Date: Wed, 11 Feb 2026 22:34:49 +0300 Subject: [PATCH] Update to Go 1.26.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f628843..3a1396a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./