use client-go 1.18.8

This commit is contained in:
Felix Kunde 2020-08-26 11:58:43 +02:00
parent 9b9d8ac07f
commit 650c38dd02
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +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.18.6
GO111MODULE=on go get k8s.io/client-go@kubernetes-1.18.8
GO111MODULE=on go mod tidy
fmt: