Skip to content

Commit

Permalink
Fix setup-envtest version to avoid requiring bumping to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Mar 25, 2024
1 parent aef7ba0 commit 9a4e4d4
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 @@ -52,7 +52,7 @@ kustomize: ## Installs kustomize in $PROJECT_DIR/bin

ENVTEST = $(PROJECT_DIR)/bin/setup-envtest
envtest: ## Installs setup-envtest in $PROJECT_DIR/bin
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.16)

MOCKGEN = $(PROJECT_DIR)/bin/mockgen
mockgen: ## Installs mockgen in $PROJECT_DIR/bin
Expand Down

0 comments on commit 9a4e4d4

Please sign in to comment.