We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2588ddc + f2e6cb9 commit 2bdce98Copy full SHA for 2bdce98
1 file changed
test/hack/e2e.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail
4
5
-CAPK_VERSION=v0.10.0
+CAPK_VERSION=v0.10.1
6
CAPI_VERSION=release-1.10
7
CALICO_VERSION=v3.24.1
8
DEFAULT_KIND_IMAGE=kindest/node:v1.32.8
@@ -17,11 +17,6 @@ fi
17
18
CAPK_HACK="$WORKSPACE/cluster-api-provider-kubemark/hack"
19
20
-# TODO(maxcao13): kubemark v0.10.0 is using golang.org/x/tools@v0.24.0 which is incompatible with go1.25
21
-# https://github.com/golang/go/issues/7446
22
-go mod -C "$CAPK_HACK/tools" edit -replace=golang.org/x/tools=golang.org/x/tools@v0.24.1
23
-go mod -C "$CAPK_HACK/tools" tidy && go mod -C "$CAPK_HACK/tools" download
24
-
25
if [[ ! -d cluster-api ]]; then
26
git clone https://github.com/kubernetes-sigs/cluster-api.git -b "$CAPI_VERSION" --single-branch
27
fi
0 commit comments