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 <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-08-12 09:52:38 +02:00
parent ea13c9fe99
commit 2ff7183cc2
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -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