From 6c89eeae6299d9286b29c0daf89b3c7b5daa1b67 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 21 Feb 2020 10:54:59 -0400 Subject: [PATCH] update appveyor to go1.13.8 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d561d25..1b45c15 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.7 + GOVERSION: 1.13.8 # GOPATH: c:\gopath # scripts that run after cloning repository