Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #41 from trussworks/cc-update-go-1.13.1
Browse files Browse the repository at this point in the history
Updates go from 1.12.9 to 1.13.1.
  • Loading branch information
chrisrcoles committed Oct 1, 2019
2 parents 2e0f0d1 + 310f580 commit 0a7bcc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Expand Up @@ -13,11 +13,11 @@ RUN set -ex && cd ~ \

# install Go
RUN set -ex && cd ~ \
&& curl -sSLO https://dl.google.com/go/go1.12.9.linux-amd64.tar.gz \
&& [ $(sha256sum go1.12.9.linux-amd64.tar.gz | cut -f1 -d' ') = ac2a6efcc1f5ec8bdc0db0a988bb1d301d64b6d61b7e8d9e42f662fbb75a2b9b ] \
&& tar -C /usr/local -xzf go1.12.9.linux-amd64.tar.gz \
&& curl -sSLO https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz \
&& [ $(sha256sum go1.13.1.linux-amd64.tar.gz | cut -f1 -d' ') = 94f874037b82ea5353f4061e543681a0e79657f787437974214629af8407d124 ] \
&& tar -C /usr/local -xzf go1.13.1.linux-amd64.tar.gz \
&& ln -s /usr/local/go/bin/* /usr/local/bin \
&& rm -v go1.12.9.linux-amd64.tar.gz
&& rm -v go1.13.1.linux-amd64.tar.gz

# install go-bindata
RUN set -ex && cd ~ \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ This is [Truss](https://truss.works/)' custom-built docker image for use with Ci
The following languages are installed:

* Python 3.7.x (container base image)
* Go 1.12.x
* Go 1.13.x
* Node 10.x

The following tools are installed:
Expand Down

0 comments on commit 0a7bcc1

Please sign in to comment.