Skip to content

Commit cdcce60

Browse files
committed
Update version of Golang used to build
1 parent 0eda052 commit cdcce60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
machine:
22
environment:
33
IMPORT_PATH: "github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"
4-
GO15VENDOREXPERIMENT: 1
54
GOPATH: /home/ubuntu/.go_workspace
65
dependencies:
76
override:
87
- sudo rm -rf /usr/local/go
9-
- curl https://storage.googleapis.com/golang/go1.7.1.linux-amd64.tar.gz | sudo tar -C /usr/local -xz
8+
- curl https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz | sudo tar -C /usr/local -xz
109

1110
# Remove cached Go sources
1211
- rm -rf $HOME/.go_workspace

0 commit comments

Comments
 (0)