Skip to content

Commit

Permalink
Update Go to 1.12.7
Browse files Browse the repository at this point in the history
sergei-svistunov authored Jul 24, 2019
1 parent 3d5337c commit 79da603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperio/dockers/golang/Dockerfile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ FROM stor.highloadcup.ru/aicups/paperio_base
MAINTAINER Boris Kolganov <b.kolganov@corp.mail.ru>

RUN apt-get update -y && apt-get install --no-install-recommends -y -q curl build-essential ca-certificates git mercurial bzr
RUN mkdir /goroot && curl https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz | tar xvzf - -C /goroot --strip-components=1
RUN mkdir /goroot && curl https://dl.google.com/go/go1.12.7.src.tar.gz | tar xvzf - -C /goroot --strip-components=1
RUN mkdir /gopath

ENV GOROOT /goroot

0 comments on commit 79da603

Please sign in to comment.