We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b6b89 commit 0195c72Copy full SHA for 0195c72
Makefile
@@ -120,8 +120,8 @@ custom-linter-build: #EXHELP Build custom linter
120
lint-custom: custom-linter-build #EXHELP Call custom linter for the project
121
go vet -tags=$(GO_BUILD_TAGS) -vettool=./bin/custom-linter ./...
122
123
-.PHONY: k8s-pin #EXHELP Pin k8s staging modules based on k8s.io/kubernetes version (in go.mod or from K8S_IO_K8S_VERSION env var) and run go mod tidy.
124
-k8s-pin:
+.PHONY: k8s-pin
+k8s-pin: #EXHELP Pin k8s staging modules based on k8s.io/kubernetes version (in go.mod or from K8S_IO_K8S_VERSION env var) and run go mod tidy.
125
K8S_IO_K8S_VERSION='$(K8S_IO_K8S_VERSION)' go run hack/tools/k8smaintainer/main.go
126
127
.PHONY: tidy #HELP Run go mod tidy.
0 commit comments