Comment update-gopogh-version make target

pull/9979/head
Ilya Zuyev 2021-01-19 16:06:11 -08:00
parent 4342b53a92
commit 28ecf222b0
1 changed files with 1 additions and 1 deletions

View File

@ -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)