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}"
# Source Config
clone_folder: c:\gopath\src\github.com\pelletier\go-toml
# Build host
environment:
GOPATH: c:\gopath
DEPTESTBYPASS501: 1
GOVERSION: 1.9
GOVERSION: 1.11
init:
- git config --global core.autocrlf input
# Build
install:
# Install the specific Go version.
- rmdir c:\go /s /q