Skip to content

Commit

Permalink
Update a go 1.20.13 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchwald committed Feb 1, 2024
1 parent b022707 commit ac9f6a7
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.20.6.linux-amd64.tar.gz
RUN tar -xvf go1.20.6.linux-amd64.tar.gz
RUN wget https://go.dev/dl/go1.20.13.linux-amd64.tar.gz
RUN tar -xvf go1.20.13.linux-amd64.tar.gz
RUN mv go /usr/lib
ENV GOROOT /usr/lib/go
ENV GOPATH /go
Expand Down

0 comments on commit ac9f6a7

Please sign in to comment.