Skip to content

Commit

Permalink
Use golang 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Oct 5, 2017
1 parent 13c7802 commit 59bb31e
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 @@ -6,8 +6,8 @@ machine:
- rabbitmq-server
post:
- sudo rm -rf /usr/local/go
- wget https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz
- sudo tar -C /usr/local -xzf go1.9.linux-amd64.tar.gz
- wget https://storage.googleapis.com/golang/go1.9.1.linux-amd64.tar.gz
- sudo tar -C /usr/local -xzf go1.9.1.linux-amd64.tar.gz
- go version

dependencies:
Expand Down

0 comments on commit 59bb31e

Please sign in to comment.