Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.gentoo.dev > #70501
| Path | csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| 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 | Tue, 05 May 2026 14:20:01 +0200 |
| Message-ID | <MRmUN-2LPt-13@gated-at.bofh.it> (permalink) |
| X-Original-To | gentoo-dev@lists.gentoo.org |
| X-Mailer | git-send-email 2.54.0 |
| List-ID | Gentoo Linux mail <gentoo-dev.gentoo.org> |
| Reply-To | gentoo-dev@lists.gentoo.org |
| X-Auto-Response-Suppress | DR, RN, NRN, OOF, AutoReply |
| MIME-Version | 1.0 |
| Content-Transfer-Encoding | 8bit |
| Approved | robomod@news.nic.it |
| Lines | 36 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | williamh@gentoo.org, Arthur Zamarin <arthurzam@gentoo.org> |
| X-Original-Date | Tue, 5 May 2026 15:11:03 +0300 |
| X-Original-Message-ID | <20260505121102.2685526-2-arthurzam@gentoo.org> |
| Xref | csiph.com linux.gentoo.dev:70501 |
Show key headers only | View raw
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