From a745895ba8c03c157b2539d7844b954eaf7ab4c8 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 18 Oct 2019 10:10:01 -0400 Subject: [PATCH] update appveyor to go1.13.3 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 320dd35..42cef4a 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.1 + GOVERSION: 1.13.3 # GOPATH: c:\gopath # scripts that run after cloning repository