tech(build): switch to golang 1.8rc3

pull/7491/head
bergquist 8 years ago
parent abd9233f86
commit 285918caf6
  1. 2
      circle.yml

@ -9,7 +9,7 @@ machine:
GOPATH: "/home/ubuntu/.go_workspace"
ORG_PATH: "github.com/grafana"
REPO_PATH: "${ORG_PATH}/grafana"
GODIST: "go1.7.4.linux-amd64.tar.gz"
GODIST: "go1.8rc3.linux-amd64.tar.gz"
post:
- mkdir -p ~/download
- mkdir -p ~/docker

Loading…
Cancel
Save