Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion che-golang/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.25.1"

RUN set -eux; \
apt-get update; \
Expand Down