Skip to content

Commit 2ff7183

Browse files
committed
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 <[email protected]>
1 parent ea13c9f commit 2ff7183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
GOPATH: C:\gopath
1313
CGO_ENABLED: 1
1414
matrix:
15-
- GO_VERSION: 1.12.6
15+
- GO_VERSION: 1.12.7
1616

1717
before_build:
1818
- choco install -y mingw --version 5.3.0

0 commit comments

Comments
 (0)