diff --git a/appveyor.yml b/appveyor.yml index 0ec5f9b..3efd3a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,11 +20,11 @@ install: # Install the specific Go version. - rmdir c:\go /s /q - appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi + - appveyor DownloadFile https://github.com/golang/dep/releases/download/v%DEPVERSION%/dep-windows-amd64 -FileName c:\go\bin\dep - msiexec /i go%GOVERSION%.windows-amd64.msi /q - set Path=c:\go\bin;c:\gopath\bin - go version - go env - - appveyor DownloadFile https://github.com/golang/dep/releases/download/v%DEPVERSION%/dep-windows-amd64 -FileName c:\go\bin\dep - go get -u github.com/jteeuwen/go-bindata/... before_build: