mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
tech(build): upgrade ci build to 1.7.1
This commit is contained in:
parent
dede58915d
commit
dd70c535ed
@ -5,7 +5,7 @@ machine:
|
||||
GOPATH: "/home/ubuntu/.go_workspace"
|
||||
ORG_PATH: "github.com/grafana"
|
||||
REPO_PATH: "${ORG_PATH}/grafana"
|
||||
GODIST: "go1.6.3.linux-amd64.tar.gz"
|
||||
GODIST: "go1.7.1.linux-amd64.tar.gz"
|
||||
post:
|
||||
- mkdir -p download
|
||||
- test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
|
||||
|
Loading…
Reference in New Issue
Block a user