We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09971ec commit 1f8a3c0Copy full SHA for 1f8a3c0
che-golang/Containerfile
@@ -14,7 +14,7 @@ USER 0
14
ENV PATH /usr/local/go/bin:$PATH
15
RUN echo 'export PATH="/usr/local/go/bin:$PATH"' >> ${HOME}/.bashrc
16
17
-ENV GOLANG_VERSION="1.24.2"
+ENV GOLANG_VERSION="1.25.0"
18
19
RUN set -eux; \
20
apt-get update; \
0 commit comments