From 785be71e5a2f260b96177d4a6370aa3618c05f74 Mon Sep 17 00:00:00 2001 From: AiRanthem Date: Thu, 5 Jun 2025 10:15:37 +0800 Subject: [PATCH] Chore: bump ci ubuntu version to 22.04 Signed-off-by: AiRanthem --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87dac73..4b34445 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ ginkgo: ## Download ginkgo locally if necessary. HELM = $(shell pwd)/bin/helm 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. PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))