Skip to content

Commit ffe69f8

Browse files
gliptakcodycushing
authored andcommitted
Bring Go version current
1 parent 6002021 commit ffe69f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
machine:
22
pre:
3-
- sudo curl -O https://storage.googleapis.com/golang/go1.7.5.linux-amd64.tar.gz
4-
- sudo tar -xvf go1.7.5.linux-amd64.tar.gz
3+
- sudo curl -O https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz
4+
- sudo tar -xvf go1.8.3.linux-amd64.tar.gz
55
- sudo rm -fr /usr/local/go
66
- sudo mv go /usr/local/go
77
environment:

0 commit comments

Comments
 (0)