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; \