Update go dependencies
This commit is contained in:
parent
55ccaf4be3
commit
2882fb5ebe
457 changed files with 54614 additions and 19833 deletions
4
vendor/github.com/prometheus/client_golang/.travis.yml
generated
vendored
4
vendor/github.com/prometheus/client_golang/.travis.yml
generated
vendored
|
|
@ -6,6 +6,8 @@ go:
|
|||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
|
||||
script:
|
||||
- go test -short ./...
|
||||
- make check_license style unused test-short
|
||||
- if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(7|8|9)\.[x0-9]+$ ]]; then make staticcheck; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue