This is an automated email from the ASF dual-hosted git repository.
chenyulin0719 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
The following commit(s) were added to refs/heads/master by this push:
new 0406fa73 [YUNIKORN-3180] Align Ginkgo version with go.mod in e2e tests
(#997)
0406fa73 is described below
commit 0406fa73434e8355adf4ca985a564ed208a12ba2
Author: hhcs9527 <[email protected]>
AuthorDate: Tue Dec 23 20:45:40 2025 +0800
[YUNIKORN-3180] Align Ginkgo version with go.mod in e2e tests (#997)
Signed-off-by: hhcs9527 <[email protected]>
Closes: #997
Signed-off-by: Yu-Lin Chen <[email protected]>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c6e8eb4f..fb4c2fce 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,7 @@ GO_LICENSES_BIN=$(GO_LICENSES_PATH)/go-licenses
export PATH := $(BASE_DIR)/$(GO_LICENSES_PATH):$(PATH)
# ginkgo
-GINKGO_VERSION=v2.21.0
+GINKGO_VERSION=$(shell go list -m 'github.com/onsi/ginkgo/v2' | cut -d' ' -f 2)
GINKGO_PATH=$(TOOLS_DIR)/ginkgo-$(GINKGO_VERSION)
GINKGO_BIN=$(GINKGO_PATH)/ginkgo
export PATH := $(BASE_DIR)/$(GINKGO_PATH):$(PATH)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]