package/go: security bump to version 1.22.12

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>
This commit is contained in:
Peter Korsgaard
2025-02-08 14:00:47 +01:00
parent a25b6f62f0
commit 01cbdc4e31
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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