Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
Upgrade go from 1.7 to 1.7.3 to get security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Oct 24, 2016
1 parent f8d1263 commit 92d5e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ go:
- 1.6

before_install:
- curl -o go.tar.gz -sL https://storage.googleapis.com/golang/go1.7.linux-amd64.tar.gz
- curl -o go.tar.gz -sL https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz
- tar -C $HOME -xf go.tar.gz
- rm go.tar.gz
- export GOROOT="${HOME}/go"
Expand Down

0 comments on commit 92d5e9b

Please sign in to comment.