Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Ensure golang 1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io>
  • Loading branch information
Amin Jamali authored and sunjayBhatia committed Nov 7, 2016
1 parent ea168be commit 0d610bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
version: 0.{build}
skip_tags: true
cache: C:\Users\appveyor\AppData\Local\NuGet\Cache
install:
- echo %PATH%
- echo %GOPATH%
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
- go env
build_script:
- git submodule update --init --recursive
- powershell "& .\scripts\setup.ps1 -quiet"
- powershell "& .\scripts\replace-version.ps1"
- set PATH=C:\go14\bin;%PATH%
- set GOROOT=C:\go14
- scripts\make.bat
- 7z a output-%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT%.zip output/*
- 7z a bosh-executables-%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT%.zip bosh-executables/*
Expand Down
2 changes: 1 addition & 1 deletion docs/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This document goes over the steps required to build Garden Windows from source.
## Requirements

- Windows Server 2012 R2 Standard
- Go 1.4 (tested with version go1.4.2 windows/amd64)
- Go 1.7
- Visual Studio 2013
- [Visual Studio Installer Projects Extension](http://bit.ly/1xVRNhI)
- Access to the internet (specifically to google.com and 8.8.8.8 for outbound port integration tests)
Expand Down
2 changes: 1 addition & 1 deletion src/github.com/cloudfoundry/garden-windows

0 comments on commit 0d610bc

Please sign in to comment.