Skip to content

Commit

Permalink
switch to go 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Dec 11, 2015
1 parent 5dfae89 commit 8541812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8541812

Please sign in to comment.