From 123f5daf1c18fd80f893170e124ef1b35c04b8d5 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 6 Dec 2019 13:09:43 -0400 Subject: [PATCH] Update appveyor to go1.13.5 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0a76695..a57ff2f 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.13.4 + GOVERSION: 1.13.5 # GOPATH: c:\gopath # scripts that run after cloning repository