From aea663e2b531e8b957c822aaec31d147748dd546 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Wed, 5 Feb 2020 10:39:57 -0400 Subject: [PATCH] update appveyor to go1.13.7 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bc2c136..d561d25 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.6 + GOVERSION: 1.13.7 # GOPATH: c:\gopath # scripts that run after cloning repository