Skip to content
Snippets Groups Projects
Commit 9e5115b8 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Go 1.19.6

parent 46f78581
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ RUN apt update
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata wget git libgmp-dev bc curl nsight-systems-2020.3.4 jq clang build-essential valgrind unzip zip ubuntu-desktop-minimal
RUN apt upgrade -y
RUN apt install -y software-properties-common
RUN wget https://go.dev/dl/go1.19.5.linux-amd64.tar.gz
RUN tar -C /usr/local -xzf go1.19.5.linux-amd64.tar.gz
RUN wget https://go.dev/dl/go1.19.6.linux-amd64.tar.gz
RUN tar -C /usr/local -xzf go1.19.6.linux-amd64.tar.gz
RUN ln -s /usr/local/go/bin/go /usr/bin/go
RUN ln -s /usr/local/go/bin/gofmt /usr/bin/gofmt
# Goverage is deprecated in our build system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment