Skip to content

Commit 1a81a20

Browse files
authored
Merge pull request #4135 from apostasie/ci-bump-kind
[CI]: bump kind version 0.27
2 parents 5e8765b + 7bf2f01 commit 1a81a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/build-integration-kubernetes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ readonly root
2222
. "$root/scripts/lib.sh"
2323

2424
GO_VERSION=1.24
25-
KIND_VERSION=v0.24.0
26-
CNI_PLUGINS_VERSION=v1.5.1
25+
KIND_VERSION=v0.27.0
26+
CNI_PLUGINS_VERSION=v1.6.2
2727

2828
[ "$(uname -m)" == "aarch64" ] && GOARCH=arm64 || GOARCH=amd64
2929

0 commit comments

Comments
 (0)