From 3ad9a5b4f01a9ca2fc6789d57360ed208252b2ec Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sun, 15 Feb 2026 20:39:49 +0000 Subject: [PATCH] chore: Bump Golang version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- che-golang/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/che-golang/Containerfile b/che-golang/Containerfile index 9e8c8c2..72e79d3 100644 --- a/che-golang/Containerfile +++ b/che-golang/Containerfile @@ -14,7 +14,7 @@ USER 0 ENV PATH /usr/local/go/bin:$PATH RUN echo 'export PATH="/usr/local/go/bin:$PATH"' >> ${HOME}/.bashrc -ENV GOLANG_VERSION="1.25.0" +ENV GOLANG_VERSION="1.26.0" RUN set -eux; \ apt-get update; \