Skip to content

Commit

Permalink
Fix golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Sep 23, 2017
1 parent cafb22d commit 08c197f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
machine:
go:
version: 1.9.0
services:
- docker
- memcached
- redis
- 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
- go version

dependencies:
override:
Expand Down

0 comments on commit 08c197f

Please sign in to comment.