Skip to content

Commit

Permalink
Merge pull request #32 from ruflin/golang-1.6
Browse files Browse the repository at this point in the history
Update Golang version to 1.6.2
  • Loading branch information
monicasarbu authored Jun 10, 2016
2 parents f932de4 + 7cb0091 commit f42b670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ os: Windows Server 2012 R2

# Environment variables
environment:
GOVERSION: 1.5.3
GOROOT: c:\go1.5.3
GOVERSION: 1.6.2
GOROOT: c:\go1.6.2
GOPATH: c:\gopath

# Custom clone folder (variables are not expanded here).
Expand All @@ -17,7 +17,7 @@ clone_folder: c:\gopath\src\github.com\elastic\gosigar
cache:
- C:\ProgramData\chocolatey\bin -> .appveyor.yml
- C:\ProgramData\chocolatey\lib -> .appveyor.yml
- C:\go1.5.3 -> .appveyor.yml
- C:\go1.6.2 -> .appveyor.yml
- C:\tools\mingw64 -> .appveyor.yml

# Scripts that run after cloning repository
Expand All @@ -32,7 +32,6 @@ install:
}
- set PATH=C:\tools\mingw64\bin;%GOROOT%\bin;%PATH%
- set PATH=%GOPATH%\bin;%PATH%
- set GO15VENDOREXPERIMENT=1
- go version
- go env
- python --version
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- osx

go:
- 1.5.3
- 1.6.2

env:
global:
Expand Down

0 comments on commit f42b670

Please sign in to comment.