go-module.eclass: update minimal toolchain version to 1.24.11

Bug: https://bugs.gentoo.org/973632
Closes: https://bugs.gentoo.org/973633
Closes: https://bugs.gentoo.org/973634
Closes: https://bugs.gentoo.org/973636
Closes: https://bugs.gentoo.org/973637
Closes: https://bugs.gentoo.org/973638
Closes: https://bugs.gentoo.org/973639
Closes: https://bugs.gentoo.org/973645
Closes: https://bugs.gentoo.org/973646
Closes: https://bugs.gentoo.org/973649
Closes: https://bugs.gentoo.org/973656
Closes: https://bugs.gentoo.org/973658
Closes: https://bugs.gentoo.org/973659
Closes: https://bugs.gentoo.org/973660
Closes: https://bugs.gentoo.org/973661
Closes: https://bugs.gentoo.org/973662
Closes: https://bugs.gentoo.org/973664
Closes: https://bugs.gentoo.org/973665
Closes: https://bugs.gentoo.org/973666
Closes: https://bugs.gentoo.org/973667
Closes: https://bugs.gentoo.org/973668
Closes: https://bugs.gentoo.org/973669
Closes: https://bugs.gentoo.org/973670
Closes: https://bugs.gentoo.org/973671
Closes: https://bugs.gentoo.org/973672
Closes: https://bugs.gentoo.org/973673
Closes: https://bugs.gentoo.org/973679
Closes: https://bugs.gentoo.org/973683
Closes: https://bugs.gentoo.org/973701
Closes: https://bugs.gentoo.org/973703
Closes: https://bugs.gentoo.org/974195
Closes: https://bugs.gentoo.org/974196
Closes: https://bugs.gentoo.org/974197
Closes: https://bugs.gentoo.org/974198
Closes: https://bugs.gentoo.org/974199
Closes: https://bugs.gentoo.org/974200
Closes: https://bugs.gentoo.org/974201
Closes: https://bugs.gentoo.org/974203
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2026-05-05 15:08:14 +03:00
parent c9fdd84cad
commit 59c0c142c2
+3 -3
View File
@@ -71,7 +71,7 @@ _GO_MODULE_ECLASS=1
inherit toolchain-funcs go-env
if [[ ! ${GO_OPTIONAL} ]]; then
BDEPEND=">=dev-lang/go-1.20:="
BDEPEND=">=dev-lang/go-1.24.11:="
# Workaround for pkgcheck false positive: https://github.com/pkgcore/pkgcheck/issues/214
# MissingUnpackerDep: version ...: missing BDEPEND="app-arch/unzip"
@@ -108,13 +108,13 @@ QA_FLAGS_IGNORED='.*'
#
# You can use some combination of sed/awk/cut to extract the
# contents of EGO_SUM or use the dev-go/get-ego-vendor tool.
#
#
# One manual way to do this is the following:
#
# @CODE
#
# cat go.sum | cut -d" " -f1,2 | awk '{print "\t\"" $0 "\""}'
#
#
# @CODE
#
# The format of go.sum is described upstream here: