From 2ff7183cc24bb1501490c65756b385d2395776fa Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 12 Aug 2019 09:52:38 +0200 Subject: [PATCH] AppVeyor: update to go 1.12.7 Use the latest Go release for testing on AppVeyor > go1.12.7 (released 2019/07/08) includes fixes to cgo, the compiler, > and the linker. See the Go 1.12.7 milestone on our issue tracker for details: > > https://github.com/golang/go/issues?q=milestone%3AGo1.12.7 Signed-off-by: Sebastiaan van Stijn --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 444e668da..fcc6b0b3e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,7 @@ environment: GOPATH: C:\gopath CGO_ENABLED: 1 matrix: - - GO_VERSION: 1.12.6 + - GO_VERSION: 1.12.7 before_build: - choco install -y mingw --version 5.3.0