ci: For windows builds stick to go1.7.5 (#3786)

This commit is contained in:
Harshavardhana 2017-02-21 17:24:11 -08:00 committed by GitHub
parent 99a12613a3
commit fe86319c56

View File

@ -11,11 +11,12 @@ clone_folder: c:\gopath\src\github.com\minio\minio
# Environment variables
environment:
GOROOT: c:\go17
GOPATH: c:\gopath
# scripts that run after cloning repository
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- set PATH=%GOPATH%\bin;c:\go17\bin;%PATH%
- go version
- go env
- python --version