Skip to content

Commit

Permalink
CI Docker: Update go to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Aug 16, 2023
1 parent b303717 commit e7a4427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/gotest.docker
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ RUN apt-get -y install openjdk-11-jre xvfb python3-selenium firefox-esr python3-

# Install go from go.dev
# Get
RUN wget https://go.dev/dl/go1.19.4.linux-amd64.tar.gz -O go.tar.gz
RUN wget https://go.dev/dl/go1.21.0.linux-amd64.tar.gz -O go.tar.gz

# Verify hash
RUN echo "c9c08f783325c4cf840a94333159cc937f05f75d36a8b307951d5bd959cf2ab8 go.tar.gz" | sha256sum --check
RUN echo "d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742 go.tar.gz" | sha256sum --check

# Untar
RUN tar -C /usr/local -xzf go.tar.gz
Expand Down

0 comments on commit e7a4427

Please sign in to comment.