Skip to content

Commit 34ee71c

Browse files
committed
[tests] Update Kind to 0.24.0
The 'engineerd/[email protected]' Github Action reports: ``` Warning: Kind v0.24.0 is available, have you considered using it ? See https://github.com/kubernetes-sigs/kind/releases/tag/v0.24.0 ``` Signed-off-by: Victor Rubezhny <[email protected]>
1 parent ec6c143 commit 34ee71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: (success() || failure()) && runner.os == 'Linux'
5959
name: Start cluster
6060
with:
61-
version: v0.20.0
61+
version: v0.24.0
6262

6363
- name: Configure cluster
6464
if: (success() || failure()) && runner.os == 'Linux'

0 commit comments

Comments
 (0)