Skip to content

Commit

Permalink
chore(test): bump kind version to v0.20.0 (#5088)
Browse files Browse the repository at this point in the history
There are some incompatibilities between different versions of kind
and the old version can't work with Kubernetes v1.28.

We have not encountered any issues because the GitHub Actions
environment has already upgraded kind to the latest version by default.

actions/runner-images#7747
  • Loading branch information
pangruoran authored Nov 8, 2023
1 parent 27c29b4 commit 2cd5307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-container-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

set -euo pipefail

KIND_VERSION="v0.14.0"
KIND_VERSION="v0.20.0"

# ensure docker command is accessible
if ! command -v docker &> /dev/null
Expand Down

0 comments on commit 2cd5307

Please sign in to comment.