[PATCH] go-module.eclass: update minimal toolchain version to 1.24.11
Arthur Zamarin <[email protected]>
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Arthur Zamarin <[email protected]> --- 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