Skip to content

Commit

Permalink
Pin ENVTEST to specific release-0.17 since latest version uses go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
slopezz committed Dec 12, 2024
1 parent d0c631f commit 9ee89ef
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 @@ -76,7 +76,7 @@ GOBINDATA ?= $(LOCALBIN)/go-bindata
## Tool Versions
CONTROLLER_TOOLS_VERSION ?= v0.14.0
GINKGO_VERSION ?= v2.14.0
ENVTEST_VERSION ?= latest
ENVTEST_VERSION ?= release-0.17

.PHONY: controller-gen
controller-gen: $(CONTROLLER_GEN) ## Download controller-gen locally if necessary.
Expand Down

0 comments on commit 9ee89ef

Please sign in to comment.