Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.circleci/config.yml: vendor gnostic for k8s.io/client-go (DataDog#585)
k8s.io/client-go has github.com/googleapis/gnostic as a dependency. Recently, gnostic renamed some packages to be consistent with go style (google/gnostic#155) This change breaks client-go, which will no longer build when clients are checked out with e.g. go get k8s.io/client-go/kubernetes. This break in k8s.io/client-go is causing our CI to fail. This commit addresses the issue by checking out k8s.io/client-go manually and vendoring the last working version of gnostic in k8s.io/client-go/vendor.
- Loading branch information