We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 516f6be + 843a514 commit 37c1646Copy full SHA for 37c1646
3 files changed
go.mod
@@ -2,7 +2,7 @@ module github.com/rancher/fleet
2
3
go 1.25.6
4
5
-toolchain go1.25.8
+toolchain go1.25.9
6
7
replace (
8
github.com/imdario/mergo => github.com/imdario/mergo v1.0.2
integrationtests/go.mod
@@ -2,7 +2,7 @@ module github.com/rancher/fleet/integrationtests
github.com/rancher/fleet => ../
pkg/apis/go.mod
@@ -2,7 +2,7 @@ module github.com/rancher/fleet/pkg/apis
go 1.25.0
require (
github.com/rancher/wrangler/v3 v3.4.0
0 commit comments