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

Bump to more recent go version, remove no longer required overrides #461

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Bump to more recent go version, remove no longer required overrides #461

merged 1 commit into from
Jul 10, 2023

Conversation

SuperSandro2000
Copy link
Contributor

This fixes the following error when building in nixpkgs

dive> 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)
dive> vendor/golang.org/x/sys/unix/syscall_linux.go:1018:20: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
dive> vendor/golang.org/x/sys/unix/syscall_linux.go:2308:9: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
dive> 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)
dive> vendor/golang.org/x/sys/unix/sysvshm_unix.go:33:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)

Copy link
Owner

@wagoodman wagoodman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call! I meant to clean this up on the latest rework 🙌

@wagoodman wagoodman enabled auto-merge (squash) July 10, 2023 20:41
@wagoodman wagoodman merged commit 3ef1dd2 into wagoodman:main Jul 10, 2023
@SuperSandro2000 SuperSandro2000 deleted the go-version branch July 10, 2023 22:45
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

Successfully merging this pull request may close these issues.

2 participants