Skip to content

📖Golang 1.24+ in setup-envtest/README.md #3181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/setup-envtest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ This is a small tool that manages binaries for envtest. It can be used to
download new binaries, list currently installed and available ones, and
clean up versions.

To use it, just go-install it with Golang 1.23+ (it's a separate, self-contained
To use it, just go-install it with Golang 1.24+ (it's a separate, self-contained
module):

```shell
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
```

If you are using Golang 1.22, use the `release-0.18` branch instead:
If you are using Golang 1.23, use the `release-0.20` branch instead:

```shell
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.18
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.20
```

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