Skip to content

Commit 70b9ba2

Browse files
committed
tech(build): switch to golang 1.7.3
tls/cipher fixes https://github.com/golang/go/issues?q=milestone%3AGo1.7.3
1 parent 4f3c8c6 commit 70b9ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ machine:
55
GOPATH: "/home/ubuntu/.go_workspace"
66
ORG_PATH: "github.com/grafana"
77
REPO_PATH: "${ORG_PATH}/grafana"
8-
GODIST: "go1.7.1.linux-amd64.tar.gz"
8+
GODIST: "go1.7.3.linux-amd64.tar.gz"
99
post:
1010
- mkdir -p download
1111
- test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST

0 commit comments

Comments
 (0)