[Bug 272421] lang/go120: Go-1.20 fails saying that unsafe.Slice requires go1.17 or later
Date: Sat, 08 Jul 2023 11:09:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272421
Nuno Teixeira <eduardo@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eduardo@FreeBSD.org
--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello yuri!
That's a go.mod upstream problem.
If you switch back to "gomod-vendor" to fetch modules it builds ok:
---
<snip>
github.com/wagoodman/dive
===> Staging for dive-0.11.0
===> Generating temporary packing list
<snip>
===> Installing dive as
/home/nunotex/Work/freebsd/ports/main/misc/dive/work/stage/usr/local/bin/dive
====> Compressing man pages (compress-man)
====> Running Q/A tests (stage-qa)
---
I remember having this problem from time to time. To fix it I advert upstream
about it and in the meanwhile I used gomod-vendor.
Cheers
--
You are receiving this mail because:
You are the assignee for the bug.