Skip to content

Commit e5b6e56

Browse files
committed
remove @latest from setupenvtest docs
Signed-off-by: Troy Connor <[email protected]>
1 parent b8f1137 commit e5b6e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/setup-envtest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use it, just go-install it with Golang 1.24+ (it's a separate, self-contained
88
module):
99

1010
```shell
11-
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
11+
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.22
1212
```
1313

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

0 commit comments

Comments
 (0)