Chore: bump ci ubuntu version to 22.04
Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>
This commit is contained in:
parent
a1d2a6f241
commit
785be71e5a
2
Makefile
2
Makefile
|
|
@ -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))))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue