Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yurivict opened this issue Jul 19, 2023 · 1 comment
Open

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

yurivict opened this issue Jul 19, 2023 · 1 comment

Comments

@yurivict
Copy link

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
Copy link
Author

@xxxserxxx Can this be done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant