Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > linux.gentoo.dev > #70502

Re: [gentoo-dev] [PATCH] go-module.eclass: update minimal toolchain version to 1.24.11

From James Le Cuirot <chewi@gentoo.org>
Newsgroups linux.gentoo.dev
Subject Re: [gentoo-dev] [PATCH] go-module.eclass: update minimal toolchain version to 1.24.11
Date 2026-05-05 22:30 +0200
Message-ID <MRuyZ-2R16-3@gated-at.bofh.it> (permalink)
References <MRmUN-2LPt-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Tue, 2026-05-05 at 15:11 +0300, Arthur Zamarin wrote:
> 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:

williamh is absent at the moment. This looks fine to me.

Back to linux.gentoo.dev | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

[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