change Makefile to run update-portainer to hack folder

pull/20956/head
zhengtianbao 2025-07-29 09:21:41 +08:00
parent ff859919af
commit 205772e86d
1 changed files with 1 additions and 1 deletions

View File

@ -1241,7 +1241,7 @@ update-kube-vip-version:
.PHONY: update-portainer-version
update-portainer-version:
go run hack/update/portainer_version/update_portainer_version.go
cd hack && go run update/portainer_version/update_portainer_version.go
# used by update- Targets to get before/after versions of tools it updates
# example usage echo "OLD_VERSION=$(DEP=node make get-dependency-version)" >> "$GITHUB_OUTPUT"