go1.22.12 (released 2025-02-04) includes security fixes to the crypto/elliptic package, as well as bug fixes to the compiler and the go command. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
@@ -1,3 +1,3 @@
# From https://go.dev/dl
-sha256 a60c23dec95d10a2576265ce580f57869d5ac2471c4f4aca805addc9ea0fc9fe go1.22.11.src.tar.gz
+sha256 012a7e1f37f362c0918c1dfa3334458ac2da1628c4b9cf4d9ca02db986e17d71 go1.22.12.src.tar.gz
sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE
@@ -4,7 +4,7 @@
#
################################################################################
-GO_VERSION = 1.22.11
+GO_VERSION = 1.22.12
GO_SITE = https://storage.googleapis.com/golang
GO_SOURCE = go$(GO_VERSION).src.tar.gz