Skip to content

Commit 37c1646

Browse files
authored
Merge branch 'release/v0.15' into 0.15-4965-fix-events-migration
2 parents 516f6be + 843a514 commit 37c1646

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/rancher/fleet
22

33
go 1.25.6
44

5-
toolchain go1.25.8
5+
toolchain go1.25.9
66

77
replace (
88
github.com/imdario/mergo => github.com/imdario/mergo v1.0.2

integrationtests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/rancher/fleet/integrationtests
22

33
go 1.25.6
44

5-
toolchain go1.25.8
5+
toolchain go1.25.9
66

77
replace (
88
github.com/rancher/fleet => ../

pkg/apis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/rancher/fleet/pkg/apis
22

33
go 1.25.0
44

5-
toolchain go1.25.8
5+
toolchain go1.25.9
66

77
require (
88
github.com/rancher/wrangler/v3 v3.4.0

0 commit comments

Comments
 (0)