From 67cf9f7f025cff3e928641eca9076dce98db1e47 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 14 Jun 2019 15:58:28 +0200 Subject: [PATCH] AppVeyor: Bump golang 1.12.6 go1.12.6 (released 2019/06/11) includes fixes to the compiler, the linker, the go command, and the crypto/x509, net/http, and os packages. See the Go 1.12.6 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.12.6 full diff: https://github.com/golang/go/compare/go1.12.5...go1.12.6 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 2cf404524..c754890bc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,7 @@ environment: GOPATH: C:\gopath CGO_ENABLED: 1 matrix: - - GO_VERSION: 1.12.5 + - GO_VERSION: 1.12.6 before_build: - choco install -y mingw --version 5.3.0