Skip to content

Commit df91330

Browse files
fix(envtest): downgrades to go1.21 compat version (maistra#66)
Pins envtest to last go1.21 compat version. This change allows us to have self-contained docker builds without bumping go requirements which would result in diverging with ODH Operator.
1 parent 018004f commit df91330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $(LOCALBIN)/controller-gen:
162162
$(call header,"Installing $(notdir $@)")
163163
$(call go-get-tool,controller-gen,sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_TOOLS_VERSION))
164164

165-
ENVTEST_PACKAGE_VERSION = v0.0.0-20240813183042-b901db121e1f
165+
ENVTEST_PACKAGE_VERSION = v0.0.0-20240317064453-55d540be824b
166166
$(LOCALBIN)/setup-envtest:
167167
$(call header,"Installing $(notdir $@)")
168168
GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@$(ENVTEST_PACKAGE_VERSION)

0 commit comments

Comments
 (0)