@@ -4,17 +4,17 @@ This is a small tool that manages binaries for envtest. It can be used to
4
4
download new binaries, list currently installed and available ones, and
5
5
clean up versions.
6
6
7
- To use it, just go-install it with Golang 1.22 + (it's a separate, self-contained
7
+ To use it, just go-install it with Golang 1.23 + (it's a separate, self-contained
8
8
module):
9
9
10
10
``` shell
11
11
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
12
12
```
13
13
14
- If you are using Golang 1.20 or 1.21 , use the ` release-0.17 ` branch instead:
14
+ If you are using Golang 1.22 , use the ` release-0.18 ` branch instead:
15
15
16
16
``` shell
17
- go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.17
17
+ go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.18
18
18
```
19
19
20
20
For full documentation, run it with the ` --help ` flag, but here are some
@@ -47,7 +47,7 @@ setup-envtest use -i --use-env
47
47
# sideload a pre-downloaded tarball as Kubernetes 1.16.2 into our store
48
48
setup-envtest sideload 1.16.2 < downloaded-envtest.tar.gz
49
49
50
- # Per default envtest binaries are downloaded from:
50
+ # Per default envtest binaries are downloaded from:
51
51
# https://raw.githubusercontent.com/kubernetes-sigs/controller-tools/master/envtest-releases.yaml
52
52
# To download from a custom index use the following:
53
53
setup-envtest use --index https://custom.com/envtest-releases.yaml
0 commit comments