Skip to content

Commit

Permalink
bump kind
Browse files Browse the repository at this point in the history
  • Loading branch information
mjudeikis committed Nov 25, 2024
1 parent 9fcca83 commit 9671142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ unit:
test: lint unit e2e

$(KIND_BINARY):
curl -Lo $@ https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-$(ARCH)
curl -Lo $@ https://kind.sigs.k8s.io/dl/v0.25.0/kind-linux-$(ARCH)
chmod +x $@

$(KUBECTL_BINARY):
Expand Down

0 comments on commit 9671142

Please sign in to comment.