From 3a4f547afd1b414e01000befa89ba92b4f7386f2 Mon Sep 17 00:00:00 2001 From: Alexandr Demicev Date: Thu, 12 Dec 2024 11:22:50 +0100 Subject: [PATCH] Bump golang to 1.22.10 Signed-off-by: Alexandr Demicev --- exp/etcdrestore/go.mod | 2 +- go.mod | 2 +- go.work.example | 2 +- test/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 => ../