We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303e835 commit 6a4b3a5Copy full SHA for 6a4b3a5
3 files changed
go.mod
@@ -2,7 +2,7 @@ module github.com/rancher/fleet
2
3
go 1.24.0
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
require (
github.com/rancher/wrangler/v3 v3.3.1
0 commit comments