a26d1300e8
* upgrade vault dependency set * etcd and grpc issues: * better for tests * testing * all upgrades for hashicorp deps * kubernetes plugin upgrade seems to work * kubernetes plugin upgrade seems to work * etcd and a bunch of other stuff * all vulnerable packages upgraded * k8s is broken in linux env but not locally * test fixes * fix testing * fix etcd and grpc * fix etcd and grpc * use master branch of go-testing-interface * roll back etcd upgrade * have to fix grpc since other vendors pull in grpc 1.35.0 but we cant due to etcd * rolling back in the replace directives * a few more testing dependencies to clean up * fix go mod vendor
44 lines
474 B
YAML
44 lines
474 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2.x
|
|
- 1.6.x
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- 1.14.x
|
|
- tip
|
|
|
|
os:
|
|
- linux
|
|
|
|
arch:
|
|
- amd64
|
|
- ppc64le
|
|
|
|
dist: xenial
|
|
|
|
env:
|
|
- GOARCH=amd64
|
|
|
|
jobs:
|
|
include:
|
|
- os: windows
|
|
go: 1.14.x
|
|
- os: osx
|
|
go: 1.14.x
|
|
- os: linux
|
|
go: 1.14.x
|
|
arch: arm64
|
|
- os: linux
|
|
go: 1.14.x
|
|
env:
|
|
- GOARCH=386
|
|
|
|
script:
|
|
- go test -v -cover ./... || go test -v ./...
|
|
matrix:
|
|
allowfailures:
|
|
go: 1.2.x
|