From accd97cf0f67d978b8a21a480041d05dcaddc911 Mon Sep 17 00:00:00 2001 From: Christopher Boumenot Date: Wed, 4 May 2016 15:53:36 -0700 Subject: [PATCH] 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. --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bd5892e33..516d58ccc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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