Re: Failing devel/esbuild after go update?

Chris Torek <[email protected]> Wed, 24 Jun 2026 08:24:04 -0700
Newsgroups gmane.os.freebsd.devel.ports
Message-ID <CAPx1GvdAUWqFefe7Lt525pkBHG5rzr6Rk-ar_PKSMhax7F8C9g@mail.gmail.com>
On Mon, Jun 22, 2026 at 1:13 PM Jonathan Chen <[email protected]> wrote:
> Thank you! This indeed fixed the problem with the build. I will make a note to clear out ${DISTFILES}/go everytime there is a go-revision bump.

I stared at this some more and now I wonder why "go mod download all"
didn't download the correct versions, so that the build with downloads
disabled can find them. (The old versions would presumably collect as
garbage cache entries of course.) The Go documentation is rather
opaque on this point.

Chris