diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ab38a89b6..4c725f7a3a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -112,7 +112,7 @@ jobs: # gnostic. See kubernetes/client-go#741 # TODO(knusbaum): remove this once the breaking change is resolved or propagated command: | - git clone https://github.com/kubernetes/client-go $GOPATH/src/k8s.io/client-go + git clone --branch v0.17.3 https://github.com/kubernetes/client-go $GOPATH/src/k8s.io/client-go git clone --branch v0.4.0 https://github.com/googleapis/gnostic $GOPATH/src/k8s.io/client-go/vendor/github.com/googleapis/gnostic - run: