Skip to content

Commit

Permalink
go1.7.4 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ransom Briggs authored Dec 2, 2016
1 parent 2681a60 commit 102553d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ machine:
JOBZ: 6
post:
- sudo rm -rf /usr/local/go
- if [ ! -e ~/deps/go1.7.3.linux-amd64.tar.gz ]; then mkdir -p ~/deps && wget -O ~/deps/go1.7.3.linux-amd64.tar.gz https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz; fi
- sudo tar -C /usr/local -xzf ~/deps/go1.7.3.linux-amd64.tar.gz
- if [ ! -e ~/deps/go1.7.4.linux-amd64.tar.gz ]; then mkdir -p ~/deps && wget -O ~/deps/go1.7.4.linux-amd64.tar.gz https://storage.googleapis.com/golang/go1.7.4.linux-amd64.tar.gz; fi
- sudo tar -C /usr/local -xzf ~/deps/go1.7.4.linux-amd64.tar.gz
checkout:
post:
- |
Expand Down

0 comments on commit 102553d

Please sign in to comment.