diff --git a/exp/etcdrestore/go.mod b/exp/etcdrestore/go.mod index 3b895867..9d92fc14 100644 --- a/exp/etcdrestore/go.mod +++ b/exp/etcdrestore/go.mod @@ -1,6 +1,6 @@ module github.com/rancher/turtles/exp/etcdrestore -go 1.22.0 +go 1.22.10 replace github.com/rancher/turtles => ../.. diff --git a/go.mod b/go.mod index d5e4f192..3aff9b07 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/rancher/turtles -go 1.22.0 +go 1.22.10 require ( github.com/blang/semver/v4 v4.0.0 diff --git a/go.work.example b/go.work.example index f6b98eea..2eebb9c5 100644 --- a/go.work.example +++ b/go.work.example @@ -1,4 +1,4 @@ -go 1.22.0 +go 1.22.10 use ( ./rancher-turtles diff --git a/test/go.mod b/test/go.mod index aa41b269..cbfa5660 100644 --- a/test/go.mod +++ b/test/go.mod @@ -1,6 +1,6 @@ module github.com/rancher/turtles/test -go 1.22.0 +go 1.22.10 replace github.com/rancher/turtles => ../