We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3c8c6 commit 70b9ba2Copy full SHA for 70b9ba2
circle.yml
@@ -5,7 +5,7 @@ machine:
5
GOPATH: "/home/ubuntu/.go_workspace"
6
ORG_PATH: "github.com/grafana"
7
REPO_PATH: "${ORG_PATH}/grafana"
8
- GODIST: "go1.7.1.linux-amd64.tar.gz"
+ GODIST: "go1.7.3.linux-amd64.tar.gz"
9
post:
10
- mkdir -p download
11
- test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
0 commit comments