From dd52f408d911f043dd95037821e40fd82b927326 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 5 Oct 2018 07:13:09 -0400 Subject: [PATCH] update appveyor ci to newest --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 80828bd..1743fb7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ environment: PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH% # - COMPILER: MINGW_W64 # ARCHITECTURE: x64 - GOVERSION: 1.10.4 + GOVERSION: 1.11.1 # GOPATH: c:\gopath # scripts that run after cloning repository