Bump all vendoring (#1612)

Update all vendoring to current releases.

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie 2020-02-18 13:27:11 +01:00 committed by GitHub
commit 1567cefdae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
511 changed files with 98653 additions and 38115 deletions

View file

@ -2,22 +2,26 @@ sudo: false
language: go
go_import_path: go.uber.org/atomic
go:
- 1.7
- 1.8
- 1.9
env:
global:
- GO111MODULE=on
matrix:
include:
- go: 1.12.x
- go: 1.13.x
env: LINT=1
cache:
directories:
- vendor
install:
- make install_ci
before_install:
- go version
script:
- make test_ci
- scripts/test-ubergo.sh
- make lint
- test -z "$LINT" || make lint
- make cover
after_success:
- bash <(curl -s https://codecov.io/bash)