gnu: go-1.24: Update to 1.24.11.

* gnu/packages/golang.scm (go-1.24): Update to 1.24.11.

Change-Id: Ia56b693579aa8d69936b3f7e3aaa0b96ceca4c83
This commit is contained in:
Sharlatan Hellseher 2026-01-10 16:19:56 +00:00
parent b7b65c2a14
commit cf65972740
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1070,7 +1070,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.22)
(name "go")
(version "1.24.3")
(version "1.24.11")
(source
(origin
(method git-fetch)
@ -1079,7 +1079,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1b24pdsxrarw22gffv85sghpgvgamafvwwrvvhmyv3hqf89m97zk"))))
(base32 "1x41gipd0si307kazivsbmqx6kc96w76fsiglxlay7x8k1ig7rh4"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.22)
((#:phases phases)