Skip to content
This repository has been archived by the owner on Dec 10, 2017. It is now read-only.

Commit

Permalink
🔧 Download and install Go v1.7
Browse files Browse the repository at this point in the history
CircleCI has an outdated version of Go, which causes `go get github.com/tcnksm/ghr` to fail.
  • Loading branch information
sgerrand committed Oct 25, 2016
1 parent 712fb36 commit 9da1c9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ general:
- packages

machine:
pre:
- sudo mv /usr/local/go /usr/local/go-1.6.2
- wget -q -O /tmp/go1.7.3.tgz https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz
- sudo tar -xzf /tmp/go1.7.3.tgz -C /usr/local
services:
- docker

Expand Down

0 comments on commit 9da1c9b

Please sign in to comment.