Skip to content

Commit

Permalink
Upgrade Go to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 9, 2023
1 parent 283a891 commit afe29e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ RUN apt-get update && \

ENV PATH $PATH:/usr/local/go/bin
RUN cd /usr/local && \
curl -L -O https://go.dev/dl/go1.16.12.linux-amd64.tar.gz && \
tar xf go1.16.12.linux-amd64.tar.gz && \
rm -f go1.16.12.linux-amd64.tar.gz
curl -L -O https://go.dev/dl/go1.18.10.linux-amd64.tar.gz && \
tar xf go1.18.10.linux-amd64.tar.gz && \
rm -f go1.18.10.linux-amd64.tar.gz

# For utest, the gtest. See https://github.com/google/googletest/releases/tag/release-1.11.0
ADD googletest-release-1.11.0.tar.gz /usr/local
Expand Down

0 comments on commit afe29e6

Please sign in to comment.