You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result the build of the FreeBSD port sysutils/gotop fails:
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/syscall.go:83:16: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
vendor/golang.org/x/sys/unix/syscall_unix.go:118:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
Could you please bump the required Go version and make a release?
gotop version:
4.2.0
OS/Arch:
FreeBSD 13.2
Thank you,
Yuri
The text was updated successfully, but these errors were encountered:
go.mod requests an outdated Go version 1.16 here.
As a result the build of the FreeBSD port sysutils/gotop fails:
Could you please bump the required Go version and make a release?
gotop version:
4.2.0
OS/Arch:
FreeBSD 13.2
Thank you,
Yuri
The text was updated successfully, but these errors were encountered: