bump up the client-go version to match the master

This commit is contained in:
Sergey Dudoladov 2020-08-28 09:18:37 +02:00
parent 5d886724ea
commit c66424a5b9
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ scm-source.json: .git
tools:
GO111MODULE=on go get -u honnef.co/go/tools/cmd/staticcheck
GO111MODULE=on go get k8s.io/client-go@kubernetes-1.16.3
cd e2e; make tools
GO111MODULE=on go get k8s.io/client-go@kubernetes-1.18.8
GO111MODULE=on go mod tidy
fmt: