We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eda052 commit cdcce60Copy full SHA for cdcce60
circle.yml
@@ -1,12 +1,11 @@
1
machine:
2
environment:
3
IMPORT_PATH: "github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"
4
- GO15VENDOREXPERIMENT: 1
5
GOPATH: /home/ubuntu/.go_workspace
6
dependencies:
7
override:
8
- 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
+ - curl https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz | sudo tar -C /usr/local -xz
10
11
# Remove cached Go sources
12
- rm -rf $HOME/.go_workspace
0 commit comments