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.
1616
17172 ) [ go/v4] Update your ` go.mod ` file to upgrade the dependencies and run ` go mod tidy ` to download them
1818 ``` 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
3131 ```
3232
33333 ) [ go/v4] Update your ` Makefile ` with the below changes:
You can’t perform that action at this time.
0 commit comments