Merge pull request #2760 from estesp/fix-appveyor-mingw-vers

Fix mingw version back to working version with Golang
This commit is contained in:
Michael Crosby 2018-11-02 11:21:57 -04:00 committed by GitHub
commit f1a3a6fba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ environment:
- GO_VERSION: 1.11 - GO_VERSION: 1.11
before_build: before_build:
- choco install -y mingw - choco install -y mingw --version 5.3.0
# Install Go # Install Go
- rd C:\Go /s /q - rd C:\Go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GO_VERSION%.windows-amd64.zip - appveyor DownloadFile https://storage.googleapis.com/golang/go%GO_VERSION%.windows-amd64.zip