[Bug 297237] Switch the default version of Go to 1.26

[email protected] Sat, 08 Aug 2026 19:39:05 +0000
Newsgroups gmane.os.freebsd.devel.ports.bugs
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297237

--- Comment #9 from Dag-Erling Smørgrav <[email protected]> ---
misc/ollama is yuriware and already broken:

https://portsfallout.com/fallout?port=misc%2Follama%24

net/nncp is already broken, but the breakage is caused by go.mk:

https://portsfallout.com/fallout?port=misc%2Follama%24

we set GO_CFLAGS as follows:

GO_CFLAGS="-buildmode=exe -v -trimpath -ldflags '-s ' -buildvcs=false
-mod=vendor"

when the port's build script passes this to `go build` it gets expandes as
follows:

... "-ldflags" "'-s" "'" ...

-- 
You are receiving this mail because:
You are on the CC list for the bug.