-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
In the latest release of setup-envtest@latest
from this morning our pipelines (which are running on Go 1.24.7) have started reporting failures with installing setup-envtest@latest
:
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
go: downloading sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20251014082336-b8f11375258f
go: downloading sigs.k8s.io/controller-runtime v0.22.3
go: sigs.k8s.io/controller-runtime/tools/setup-envtest@latest: sigs.k8s.io/controller-runtime/tools/[email protected] requires go >= 1.25.0 (running go 1.24.7; GOTOOLCHAIN=local)
The docs:
controller-runtime/tools/setup-envtest/README.md
Lines 7 to 12 in b8f1137
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 | |
``` |
Thanks!
Metadata
Metadata
Assignees
Labels
No labels