Skip to content

Commit

Permalink
Fix Kind dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
meln5674 committed Aug 31, 2023
1 parent 82d3483 commit 79cdf09
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 @@ -61,7 +61,7 @@ endif


KIND_MIRROR ?= https://github.com/kubernetes-sigs/kind/releases/download
KIND_VERSION ?= v0.20.0
KIND_VERSION ?= v0.17.0
KIND_URL ?= $(KIND_MIRROR)/$(KIND_VERSION)/kind-$(shell go env GOOS)-$(shell go env GOARCH)
KIND ?= $(LOCALBIN)/kind
$(KIND): $(LOCALBIN)
Expand Down

0 comments on commit 79cdf09

Please sign in to comment.