Skip to content

Commit

Permalink
Fix setup-envtest version to avoid requiring bumping to go 1.22 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Mar 28, 2024
1 parent 7d64126 commit a101d11
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 @@ -165,7 +165,7 @@ vet: ## Run go vet against code.

setup-envtest:
ifeq (, $(shell which setup-envtest))
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.16
SETUP_ENVTEST=$(GOBIN)/setup-envtest
else
SETUP_ENVTEST=$(shell which setup-envtest)
Expand Down

0 comments on commit a101d11

Please sign in to comment.