use client-go 1.18.8
This commit is contained in:
parent
9b9d8ac07f
commit
650c38dd02
2
Makefile
2
Makefile
|
|
@ -79,7 +79,7 @@ scm-source.json: .git
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
GO111MODULE=on go get -u honnef.co/go/tools/cmd/staticcheck
|
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
|
GO111MODULE=on go mod tidy
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue