Skip to content

Commit

Permalink
Change env test version from latest to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
SamD2021 committed Jul 19, 2024
1 parent 2b18c30 commit 09e2159
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 @@ -143,7 +143,7 @@ kustomize: ## Download kustomize locally if necessary.

ENVTEST = $(BIN_DIR)/setup-envtest
envtest: ## Download envtest-setup locally if necessary.
$(call go-install-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
$(call go-install-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.16)

GOMOCK = $(shell pwd)/bin/mockgen
gomock:
Expand Down

0 comments on commit 09e2159

Please sign in to comment.