Use latest released Go 1.8.x
This commit is contained in:
parent
50e4f49b7e
commit
535a18e978
|
@ -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 New Issue