Skip to content

Commit 393439f

Browse files
authored
update K8s version in makefile (zalando#2647)
1 parent 6cde8e8 commit 393439f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ mocks:
7878
GO111MODULE=on go generate ./...
7979

8080
tools:
81-
GO111MODULE=on go get -d k8s.io/[email protected].7
81+
GO111MODULE=on go get -d k8s.io/[email protected].10
8282
GO111MODULE=on go install github.com/golang/mock/[email protected]
8383
GO111MODULE=on go mod tidy
8484

0 commit comments

Comments
 (0)