*: bump default Go version to 1.6.2

This commit is contained in:
Fabian Reinartz 2016-05-02 11:52:09 +02:00
parent 6493dd5cfd
commit 2fed70f749
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
go: 1.5.4 go: 1.6.2
repository: repository:
path: github.com/prometheus/alertmanager path: github.com/prometheus/alertmanager
build: build:

View File

@ -2,7 +2,8 @@ sudo: false
language: go language: go
go: go:
- 1.5 - 1.5.4
- 1.6.2
script: script:
- make - make