Skip to content

Commit

Permalink
Update dependency kubernetes-sigs/kind to v0.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 30e1978 commit afa4fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/bootstrap/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -euxo pipefail
. /etc/profile

# renovate: datasource=github-releases depName=kubernetes-sigs/kind
KIND_VERSION=v0.23.0
KIND_VERSION=v0.24.0

GOBIN=/usr/local/bin go install sigs.k8s.io/kind@${KIND_VERSION}

0 comments on commit afa4fab

Please sign in to comment.