From 677fa2f18a3cc756dc49979b3855e3155e5b3ac4 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Sun, 7 Apr 2019 11:21:50 -0400 Subject: [PATCH] update appveyor to go1.12.2 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bad633a..6f705e6 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.12.1 + GOVERSION: 1.12.2 # GOPATH: c:\gopath # scripts that run after cloning repository