Chore: bump ci ubuntu version to 22.04

Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>
This commit is contained in:
AiRanthem 2025-06-05 10:15:37 +08:00
parent a1d2a6f241
commit 785be71e5a
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ ginkgo: ## Download ginkgo locally if necessary.
HELM = $(shell pwd)/bin/helm HELM = $(shell pwd)/bin/helm
helm: ## Download helm locally if necessary. helm: ## Download helm locally if necessary.
$(call go-get-tool,$(HELM),helm.sh/helm/v3/cmd/helm@latest) $(call go-get-tool,$(HELM),helm.sh/helm/v3/cmd/helm@v3.8.1)
# go-get-tool will 'go get' any package $2 and install it to $1. # go-get-tool will 'go get' any package $2 and install it to $1.
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST)))) PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))