Skip to content

Commit

Permalink
Bump golang to 1.22.10
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Demicev <[email protected]>
  • Loading branch information
alexander-demicev committed Dec 12, 2024
1 parent ff062aa commit 3a4f547
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exp/etcdrestore/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rancher/turtles/exp/etcdrestore

go 1.22.0
go 1.22.10

replace github.com/rancher/turtles => ../..

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.work.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22.0
go 1.22.10

use (
./rancher-turtles
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rancher/turtles/test

go 1.22.0
go 1.22.10

replace github.com/rancher/turtles => ../

Expand Down

0 comments on commit 3a4f547

Please sign in to comment.