Skip to content

Commit d8b6793

Browse files
authored
📖Golang 1.24+ in setup-envtest/README.md (kubernetes-sigs#3181)
* Golang 1.24+ in setup-envtest/README.md * Small update on README.md * Small update on README.md
1 parent 561fa39 commit d8b6793

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/setup-envtest/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ This is a small tool that manages binaries for envtest. It can be used to
44
download new binaries, list currently installed and available ones, and
55
clean 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
88
module):
99

1010
```shell
1111
go 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

2020
For full documentation, run it with the `--help` flag, but here are some

0 commit comments

Comments
 (0)