Skip to content

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

@yurivict

Description

@yurivict

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions