File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ 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 with Golang 1.23 + (it's a separate, self-contained
7
+ To use it, just go-install it with Golang 1.24 + (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.22 , use the ` release-0.18 ` branch instead:
14
+ If you are using Golang 1.23 , use the ` release-0.20 ` branch instead:
15
15
16
16
``` shell
17
- go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.18
17
+ go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.20
18
18
```
19
19
20
20
For full documentation, run it with the ` --help ` flag, but here are some
You can’t perform that action at this time.
0 commit comments