Just FYI, here is a working GitHub action for generating vendor tarballs in the
same repo but with different branches
https://github.com/bekcpear/gopkg-vendors/blob/main/.github/workflows/make-vendor.yaml
It has already worked for a long time.
Sincerely.
Ryan
> 在 2023年5月31日,14:20,Andrew Ammerla
elated to issue: https://github.com/golang/go/issues/24135
Closes: https://github.com/gentoo/gentoo/pull/28887
Signed-off-by: Ryan Qian
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
index 10ed475c5b11e..d1b5798b6f40f 100644
--- a/eclass/go-module.eclass
+++ b/eclass/go-module.eclass
lated to issue: golang/go#24135
Closes: https://github.com/gentoo/gentoo/pull/28887
Signed-off-by: Ryan Qian
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
index 10ed475c5b11e..d1b5798b6f40f 100644
--- a/eclass/go-module.eclass
+++ b/eclass/go-module.eclass
@@ -14,7 +14,7 @@
# wr
I have an npm.eclass (
https://github.com/bekcpear/ryans-repos/blob/main/eclass/npm.eclass) that
works like EGO_SUM.
However, the package-lock.json file should be patched to convert sha1 to
sha512 due to the default mechanism (script:
https://github.com/bekcpear/npm-lockfile-to-sha512.sh).
I main