We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9d51ba + 9438fbd commit 1f5b39fCopy full SHA for 1f5b39f
tools/setup-envtest/README.md
@@ -4,13 +4,19 @@ This is a small tool that manages binaries for envtest. It can be used to
4
download new binaries, list currently installed and available ones, and
5
clean up versions.
6
7
-To use it, just go-install it on 1.19+ (it's a separate, self-contained
+To use it, just go-install it with Golang 1.22+ (it's a separate, self-contained
8
module):
9
10
```shell
11
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
12
```
13
14
+If you are using Golang 1.20 or 1.21, use the `release-0.17` branch instead:
15
+
16
+```shell
17
+go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.17
18
+```
19
20
For full documentation, run it with the `--help` flag, but here are some
21
examples:
22
0 commit comments