diff --git a/appveyor.yml b/appveyor.yml index 714a9aa..f31f859 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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