go1.22.9 (released 2024-11-06) includes fixes to the linker. go1.22.10 (released 2024-12-03) includes fixes to the runtime and the syscall package. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
@@ -1,3 +1,3 @@
# From https://go.dev/dl
-sha256 df12c23ebf19dea0f4bf46a22cbeda4a3eca6f474f318390ce774974278440b8 go1.22.8.src.tar.gz
+sha256 1e94fd48be750d1fafb4d9b3b6dd31a6e9d2735d339bf2462bc97b64ca4c1037 go1.22.10.src.tar.gz
sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE
@@ -4,7 +4,7 @@
#
################################################################################
-GO_VERSION = 1.22.8
+GO_VERSION = 1.22.10
GO_SITE = https://storage.googleapis.com/golang
GO_SOURCE = go$(GO_VERSION).src.tar.gz