mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
Merge pull request #1609 from prometheus/fabxc-goversion
*: bump default Go version to 1.6.2
This commit is contained in:
commit
26799411f6
|
@ -1,4 +1,4 @@
|
||||||
go: 1.5.4
|
go: 1.6.2
|
||||||
repository:
|
repository:
|
||||||
path: github.com/prometheus/prometheus
|
path: github.com/prometheus/prometheus
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -3,7 +3,8 @@ sudo: false
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.5
|
- 1.5.4
|
||||||
|
- 1.6.2
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make check_license style test
|
- make check_license style test
|
||||||
|
|
Loading…
Reference in a new issue