diff --git a/Makefile b/Makefile index d7c73c77a1..6ecc28a953 100644 --- a/Makefile +++ b/Makefile @@ -848,6 +848,6 @@ else endif .PHONY: update-gopogh-version -update-gopogh-version: +update-gopogh-version: ## Update GitHub Action workflows to use the latest version of Gopogh (cd hack/update/gopogh_version && \ go run update_gopogh_version.go)