diff --git a/go.mod b/go.mod index e52a2e9d35..7fdd0274e1 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/fleet go 1.26.0 -toolchain go1.26.7 +toolchain go1.26.8 replace ( github.com/imdario/mergo => github.com/imdario/mergo v1.0.2 diff --git a/pkg/apis/go.mod b/pkg/apis/go.mod index c94de79634..d221cf2b9b 100644 --- a/pkg/apis/go.mod +++ b/pkg/apis/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/fleet/pkg/apis go 1.26.0 -toolchain go1.26.7 +toolchain go1.26.8 require ( github.com/rancher/wrangler/v3 v3.7.0 diff --git a/pkg/helmvalues/go.mod b/pkg/helmvalues/go.mod index dbfda4b940..3fd2ee0b77 100644 --- a/pkg/helmvalues/go.mod +++ b/pkg/helmvalues/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/fleet/pkg/helmvalues go 1.26.0 -toolchain go1.26.7 +toolchain go1.26.8 replace github.com/rancher/fleet/pkg/apis => ../apis