mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 03:52:17 +08:00
tech(build): switch to golang 1.7.3
tls/cipher fixes https://github.com/golang/go/issues?q=milestone%3AGo1.7.3
This commit is contained in:
@ -5,7 +5,7 @@ machine:
|
|||||||
GOPATH: "/home/ubuntu/.go_workspace"
|
GOPATH: "/home/ubuntu/.go_workspace"
|
||||||
ORG_PATH: "github.com/grafana"
|
ORG_PATH: "github.com/grafana"
|
||||||
REPO_PATH: "${ORG_PATH}/grafana"
|
REPO_PATH: "${ORG_PATH}/grafana"
|
||||||
GODIST: "go1.7.1.linux-amd64.tar.gz"
|
GODIST: "go1.7.3.linux-amd64.tar.gz"
|
||||||
post:
|
post:
|
||||||
- mkdir -p download
|
- mkdir -p download
|
||||||
- test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
|
- test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
|
||||||
|
Reference in New Issue
Block a user