File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
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.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
88module):
99
1010``` shell
1111go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
1212```
1313
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:
1515
1616``` 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
1818```
1919
2020For full documentation, run it with the ` --help ` flag, but here are some
You can’t perform that action at this time.
0 commit comments