Update Go version in Appveyor (#246)
This commit is contained in:
+1
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user