mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Use latest released Go 1.8.x
This commit is contained in:
parent
50e4f49b7e
commit
535a18e978
1 changed files with 1 additions and 3 deletions
|
|
@ -3,11 +3,9 @@ sudo: false
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.8
|
||||
- 1.8.x
|
||||
|
||||
go_import_path: github.com/prometheus/prometheus
|
||||
|
||||
script:
|
||||
- make check_license style test
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue