File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
website/content/en/docs/upgrading-sdk-version Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ so this release should be easier to follow.
16
16
17
17
2 ) [ go/v4] Update your ` go.mod ` file to upgrade the dependencies and run ` go mod tidy ` to download them
18
18
``` go
19
- github.com /onsi/ginkgo/v2 v2.17.1
20
- github.com /onsi/gomega v1.32.0
21
- k8s.io /api v0.30.1
22
- k8s.io /apimachinery v0.30.1
23
- k8s.io /client-go v0.30.1
24
- sigs.k8s .io /controller-runtime v0.18.4
25
- github.com /onsi/ginkgo/v2 v2.19.0
26
- github.com /onsi/gomega v1.33.1
27
- k8s.io /api v0.31.0
28
- k8s.io /apimachinery v0.31.0
29
- k8s.io /client-go v0.31.0
30
- sigs.k8s .io /controller-runtime v0.19.0
19
+ - github.com /onsi/ginkgo/v2 v2.17.1
20
+ - github.com /onsi/gomega v1.32.0
21
+ - k8s.io /api v0.30.1
22
+ - k8s.io /apimachinery v0.30.1
23
+ - k8s.io /client-go v0.30.1
24
+ - sigs.k8s .io /controller-runtime v0.18.4
25
+ + github.com /onsi/ginkgo/v2 v2.19.0
26
+ + github.com /onsi/gomega v1.33.1
27
+ + k8s.io /api v0.31.0
28
+ + k8s.io /apimachinery v0.31.0
29
+ + k8s.io /client-go v0.31.0
30
+ + sigs.k8s .io /controller-runtime v0.19.0
31
31
```
32
32
33
33
3 ) [ go/v4] Update your ` Makefile ` with the below changes:
You can’t perform that action at this time.
0 commit comments