package/go: security bump to version 1.22.11

go1.22.11 (released 2025-01-16) includes security fixes to the crypto/x509
and net/http packages, as well as bug fixes to the compiler, the runtime,
and the net package.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Christian Stewart
2025-01-29 11:40:07 -08:00
committed by Peter Korsgaard
parent a34ad4d830
commit 9cea6d4fd8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# From https://go.dev/dl
sha256 1e94fd48be750d1fafb4d9b3b6dd31a6e9d2735d339bf2462bc97b64ca4c1037 go1.22.10.src.tar.gz
sha256 a60c23dec95d10a2576265ce580f57869d5ac2471c4f4aca805addc9ea0fc9fe go1.22.11.src.tar.gz
sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE

View File

@@ -4,7 +4,7 @@
#
################################################################################
GO_VERSION = 1.22.10
GO_VERSION = 1.22.11
GO_SITE = https://storage.googleapis.com/golang
GO_SOURCE = go$(GO_VERSION).src.tar.gz