Skip to content
Snippets Groups Projects
Commit 28352832 authored by Christoph Manns's avatar Christoph Manns Committed by Rhys Arkins
Browse files

build: update golang to 1.13 (#4666)

parent 9a1c1059
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,11 @@ RUN chmod +x /usr/local/bin/composer ...@@ -113,7 +113,11 @@ RUN chmod +x /usr/local/bin/composer
RUN apt-get update && apt-get install -y bzr && apt-get clean RUN apt-get update && apt-get install -y bzr && apt-get clean
ENV GOLANG_VERSION 1.12 ENV GOLANG_VERSION 1.13
# Disable GOPROXY and GOSUMDB until we offer a solid solution to configure
# private repositories.
ENV GOPROXY=direct GOSUMDB=off
RUN wget -q -O go.tgz "https://golang.org/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz" && \ RUN wget -q -O go.tgz "https://golang.org/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz" && \
tar -C /usr/local -xzf go.tgz && \ tar -C /usr/local -xzf go.tgz && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment