[Bug 287103] sysutils/beats7: doesn't build with Go version > 1.21

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 24 Aug 2025 09:00:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287103

--- Comment #6 from Palle Girgensohn <girgen@FreeBSD.org> ---
adamw@, just read you commit message about go versions (8cb04a4d7a4e76c9ff).
This little bugger won't build with go-1.23+ and I believe the reason is that
syscall.(send|recv)msg was moved from syscall to golang.org/x/sys/unix. Just
downgrading to use go-1.22 fixed the problem. Perhaps the proper fix is to
patch the broken vendor modules och perhaps upgrade them?

-- 
You are receiving this mail because:
You are the assignee for the bug.