Skip to content

Commit

Permalink
Update go to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchwald committed Jul 15, 2023
1 parent 3bb6d39 commit 7d5b7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && grep '^[^ #]' /tmp/packages.txt | \
xargs apt-get install --yes --no-install-recommends && \
rm -rf /var/lib/apt/lists/* /tmp/packages.txt

RUN wget https://go.dev/dl/go1.19.7.linux-amd64.tar.gz
RUN tar -xvf go1.19.7.linux-amd64.tar.gz
RUN wget https://go.dev/dl/go1.20.6.linux-amd64.tar.gz
RUN tar -xvf go1.20.6.linux-amd64.tar.gz
RUN mv go /usr/lib
ENV GOROOT /usr/lib/go
ENV GOPATH /go
Expand Down

0 comments on commit 7d5b7bf

Please sign in to comment.