Skip to content

Commit

Permalink
tools/docker/env: switch to Go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dvyukov committed Feb 19, 2021
1 parent cf87785 commit 93bfd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN dpkg --add-architecture i386 && \
apt-get clean autoclean && \
rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log} /tmp/* /var/tmp/*

RUN curl https://dl.google.com/go/go1.15.3.linux-amd64.tar.gz | tar -C /usr/local -xz
RUN curl https://dl.google.com/go/go1.16.linux-amd64.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin:/gopath/bin:$PATH
ENV GOPATH /gopath

Expand Down

0 comments on commit 93bfd1b

Please sign in to comment.