From 8541812ff49460ab0fb46a82dc8af9ea7d3c52c4 Mon Sep 17 00:00:00 2001 From: Drew Wells Date: Thu, 10 Dec 2015 13:04:20 -0600 Subject: [PATCH] switch to go 1.5.2 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 94b50d5..719e91b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ install: - set PATH=C:\mingw64\bin;C:\go15\go\bin;C:\gopath\bin;%PATH% #retrieve go 1.5 - ps: | - $file = "go1.5.1.windows-amd64.zip" + $file = "go1.5.2.windows-amd64.zip" $url = "https://bintray.com/artifact/download/drewwells/generic/" $url += $file $goAUTHOR="C:\go15\go\AUTHORS"