xxxserxxx / gotop

A terminal based graphical activity monitor inspired by gtop and vtop
Other
2.69k stars 138 forks source link

Build fails because go.mod requests an outdated Go version #252

Open yurivict opened 12 months ago

yurivict commented 12 months ago

go.mod requests an outdated Go version 1.16 here.

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

yurivict commented 11 months ago

@xxxserxxx Can this be done?