Skip to content

Commit 32e64f7

Browse files
Fix CI unit test (#243)
1 parent f9ce98b commit 32e64f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ envtest: $(GOBIN)/setup-envtest
7575

7676
$(GOBIN)/setup-envtest:
7777
@echo Installing envtest tools
78-
GOFLAGS= go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
78+
GOFLAGS= go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240320141353-395cfc7486e6
7979
@echo Installed envtest tools

0 commit comments

Comments
 (0)