From 2bb7da8431adf035a137baaed9ac7897f1d85cf6 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Fri, 2 Nov 2018 09:15:51 -0400 Subject: [PATCH] Fix mingw version back to working version with Golang Appveyor choco install updated to a newer version of mingw which at the moment is breaking Golang 1.11 compiles. Signed-off-by: Phil Estes --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0645fe5ee..12145ee74 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,7 +15,7 @@ environment: - GO_VERSION: 1.11 before_build: - - choco install -y mingw + - choco install -y mingw --version 5.3.0 # Install Go - rd C:\Go /s /q - appveyor DownloadFile https://storage.googleapis.com/golang/go%GO_VERSION%.windows-amd64.zip