File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ global:
5454 enabled : false # PSP enablement should default to false
5555 kubectl :
5656 repository : rancher/kuberlr-kubectl
57- tag : v3.0.1
57+ tag : v3.0.3
5858
5959# # Node labels for pod assignment
6060# # Ref: https://kubernetes.io/docs/user-guide/node-selection/
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/rancher/backup-restore-operator
22
33go 1.22.0
44
5- toolchain go1.22.8
5+ toolchain go1.23.12
66
77replace (
88 github.com/imdario/mergo => dario.cat/mergo v0.3.16
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/rancher/backup-restore-operator/tests
22
33go 1.22.0
44
5- toolchain go1.22.8
5+ toolchain go1.23.12
66
77require (
88 github.com/rancher/hull v0.0.0-20230424152137-627ef5347afd
You can’t perform that action at this time.
0 commit comments