Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-images: update node-CI image to use go1.12.9 #247

Merged
merged 2 commits into from Aug 29, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Next

update node-CI image to use go1.12.9

  • Loading branch information
hrharder committed Aug 29, 2019
commit fd956e5c6068ca59655e3c12bf1941b1496425e5
@@ -11,8 +11,8 @@ ENV GOPATH=$HOME/go
RUN apt-get update
RUN apt-get install -y netcat build-essential libudev-dev jq

RUN wget -q --show-progress --progress=bar:force https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz
RUN tar -xf go1.12.6.linux-amd64.tar.gz --totals
RUN wget -q --show-progress --progress=bar:force https://dl.google.com/go/go1.12.9.linux-amd64.tar.gz
RUN tar -xf go1.12.9.linux-amd64.tar.gz --totals
RUN mv go /usr/local
ENV PATH=$GOPATH/bin:$GOROOT/bin:$PATH
RUN go version
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.