appveyor: uppercase the C drive in go path

Fixes #11758

(cherry picked from commit 7e2fb5e92e)
This commit is contained in:
Daniel Lee
2018-04-27 17:44:03 +02:00
parent 844bdc53a2
commit eabd3ba9c1
+1 -1
View File
@@ -6,7 +6,7 @@ clone_folder: c:\gopath\src\github.com\grafana\grafana
environment:
nodejs_version: "6"
GOPATH: c:\gopath
GOPATH: C:\gopath
GOVERSION: 1.10
install: