File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ This is a small tool that manages binaries for envtest. It can be used to
44download new binaries, list currently installed and available ones, and
55clean up versions.
66
7- To use it, just go-install it with Golang 1.24+ (it's a separate, self-contained
8- module):
7+ To use it, download the binary from the [ release page.] ( https://github.com/kubernetes-sigs/controller-runtime/releases )
8+
9+ If you want to install this with Golang, you can install a release by using a release branch instead.
10+
11+ NOTE: Each release branch may prefer a different version of Golang when installing.
912
1013``` shell
11- go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
14+ go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.22
1215```
1316
1417If you are using Golang 1.23, use the ` release-0.20 ` branch instead:
You can’t perform that action at this time.
0 commit comments