diff --git a/appveyor.yml b/appveyor.yml index 8336b333f..43cc0a7d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ install: cd %APPVEYOR_BUILD_FOLDER% rmdir /Q/S C:\go - # install go 1.12.13 to match version used for cutting a release + # install the go version used for cutting a release - cmd: | mkdir c:\go appveyor DownloadFile "https://dl.google.com/go/go1.12.13.windows-amd64.zip" -FileName "%TEMP%\\go.zip"