Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.gentoo.dev > #70501
| From | Arthur Zamarin <arthurzam@gentoo.org> |
|---|---|
| Newsgroups | linux.gentoo.dev |
| Subject | [gentoo-dev] [PATCH] go-module.eclass: update minimal toolchain version to 1.24.11 |
| Date | 2026-05-05 14:20 +0200 |
| Message-ID | <MRmUN-2LPt-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
---
eclass/go-module.eclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
index 1d7b6044d80..0dad51c11ef 100644
--- a/eclass/go-module.eclass
+++ b/eclass/go-module.eclass
@@ -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:
--
2.54.0
Back to linux.gentoo.dev | Previous | Next — Next in thread | Find similar
[gentoo-dev] [PATCH] go-module.eclass: update minimal toolchain version to 1.24.11 Arthur Zamarin <arthurzam@gentoo.org> - 2026-05-05 14:20 +0200 Re: [gentoo-dev] [PATCH] go-module.eclass: update minimal toolchain version to 1.24.11 James Le Cuirot <chewi@gentoo.org> - 2026-05-05 22:30 +0200 Re: [gentoo-dev] [PATCH] go-module.eclass: update minimal toolchain version to 1.24.11 Ionen Wolkens <ionen@gentoo.org> - 2026-05-05 23:10 +0200
csiph-web