update go version to 1.22.10 (#14729)

* update to go 1.22.10

* update change log

---------

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
This commit is contained in:
Brindrajsinh Chauhan
2025-01-02 18:07:38 -05:00
committed by GitHub
parent d35cd0788e
commit 79ea77ff57
6 changed files with 9 additions and 8 deletions

View File

@@ -182,7 +182,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()
go_register_toolchains(
go_version = "1.22.4",
go_version = "1.22.10",
nogo = "@//:nogo",
)