mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #2568 from AlekSi/patch-1
Use latest released Go 1.8.x
This commit is contained in:
commit
5f3327f620
|
@ -3,11 +3,9 @@ sudo: false
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.8
|
- 1.8.x
|
||||||
|
|
||||||
go_import_path: github.com/prometheus/prometheus
|
go_import_path: github.com/prometheus/prometheus
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make check_license style test
|
- make check_license style test
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue