Use the default version of Go. (#3498)

AppVeyor install Go 1.6 c:\go by default, and it is already a part of the path.
pull/3501/head
Christopher Boumenot 10 years ago committed by Chris Bednarski
parent 2d216b6e13
commit accd97cf0f

@ -12,18 +12,12 @@ os: Windows Server 2012 R2
environment:
GOPATH: c:\gopath
matrix:
- GOARCH: amd64
GOVERSION: 1.6
clone_folder: c:\gopath\src\github.com\mitchellh\packer
install:
- set Path=c:\go\bin;%Path%
- set GO15VENDOREXPERIMENT=1
- echo %Path%
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-%GOARCH%.msi
- msiexec /i go%GOVERSION%.windows-%GOARCH%.msi /q
- go version
- go env
- go get github.com/mitchellh/gox

Loading…
Cancel
Save