Update Go version in Appveyor (#246)

This commit is contained in:
Thomas Pelletier
2018-11-19 11:27:10 -05:00
committed by GitHub
parent 19cbd226da
commit b56e1b27b4
+1 -4
View File
@@ -1,21 +1,18 @@
version: "{build}" version: "{build}"
# Source Config # Source Config
clone_folder: c:\gopath\src\github.com\pelletier\go-toml clone_folder: c:\gopath\src\github.com\pelletier\go-toml
# Build host # Build host
environment: environment:
GOPATH: c:\gopath GOPATH: c:\gopath
DEPTESTBYPASS501: 1 DEPTESTBYPASS501: 1
GOVERSION: 1.9 GOVERSION: 1.11
init: init:
- git config --global core.autocrlf input - git config --global core.autocrlf input
# Build # Build
install: install:
# Install the specific Go version. # Install the specific Go version.
- rmdir c:\go /s /q - rmdir c:\go /s /q