File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,19 @@ This is a small tool that manages binaries for envtest. It can be used to
4
4
download new binaries, list currently installed and available ones, and
5
5
clean up versions.
6
6
7
- To use it, just go-install it on 1.19 + (it's a separate, self-contained
7
+ To use it, just go-install it with Golang 1.22 + (it's a separate, self-contained
8
8
module):
9
9
10
10
``` shell
11
11
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
12
12
```
13
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
+
14
20
For full documentation, run it with the ` --help ` flag, but here are some
15
21
examples:
16
22
You can’t perform that action at this time.
0 commit comments