From 7e2fb5e92e4b5dc66846904f6600c9c40e392031 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Fri, 27 Apr 2018 16:53:42 +0200 Subject: [PATCH] appveyor: uppercase the C drive in go path Fixes #11758 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2b0bddde162..a71eb9f81b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: