-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #606 from ash2k/ash2k/bump-deps
Update dependencies to Kubernetes v1.25.3
- Loading branch information
Showing
11 changed files
with
148 additions
and
473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,16 +19,16 @@ all: generate license fix vet fmt test lint tidy | |
go install github.com/golangci/golangci-lint/cmd/[email protected] | ||
|
||
"$(MYGOBIN)/deepcopy-gen": | ||
go install k8s.io/code-generator/cmd/deepcopy-gen@v0.23.6 | ||
go install k8s.io/code-generator/cmd/deepcopy-gen@v0.25.2 | ||
|
||
"$(MYGOBIN)/ginkgo": | ||
go install github.com/onsi/ginkgo/v2/ginkgo@v2.1.3 | ||
go install github.com/onsi/ginkgo/v2/ginkgo@v2.2.0 | ||
|
||
"$(MYGOBIN)/mdrip": | ||
go install github.com/monopole/[email protected] | ||
|
||
"$(MYGOBIN)/kind": | ||
go install sigs.k8s.io/kind@v0.12.0 | ||
go install sigs.k8s.io/kind@v0.16.0 | ||
|
||
# The following target intended for reference by a file in | ||
# https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes-sigs/cli-utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.