Skip to content

Commit 2e10e67

Browse files
committed
chore: bump kind from 0.17 to 0.25
1 parent ea3569e commit 2e10e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compatibility-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
curl -sSL https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz | tar -zxvf - --strip-components=1 linux-amd64/helm
7777
chmod +x ./helm && sudo mv ./helm /usr/local/bin
7878
79-
go install sigs.k8s.io/kind@v0.17.0
79+
go install sigs.k8s.io/kind@v0.25.0
8080
8181
curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
8282

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
sudo apt-get update
8383
sudo apt-get install -y build-essential
8484
85-
go install sigs.k8s.io/kind@v0.17.0
85+
go install sigs.k8s.io/kind@v0.25.0
8686
8787
curl -LO https://dl.k8s.io/release/v1.25.3/bin/linux/amd64/kubectl
8888
chmod +x ./kubectl

0 commit comments

Comments
 (0)