Skip to content

Commit c65a65b

Browse files
committed
use release-16 for envtest to be compatible with golang 1.19
kubernetes-sigs/controller-runtime#2720 Signed-off-by: Christian Groschupp <[email protected]>
1 parent dfb3f5d commit c65a65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensearch-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ $(MOCKERY): $(LOCALBIN)
139139
.PHONY: envtest
140140
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
141141
$(ENVTEST): $(LOCALBIN)
142-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
142+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.16

0 commit comments

Comments
 (0)