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

Fix goreleaser for Go 1.16 #701

Closed
jdknives opened this issue Feb 27, 2021 · 0 comments
Closed

Fix goreleaser for Go 1.16 #701

jdknives opened this issue Feb 27, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jdknives
Copy link
Member

Describe the bug
Golang 1.16 and the latest version of goreleaser (goreleaser version 0.157.0) fail when creating a release for Skywire.

There may be two issues here

  1. https://goreleaser.com/deprecations/#builds-for-darwinarm64
    There seems to be this new build target that we do not need. We should add the ignore config as suggested in this resource.

  2. With Go 1.16, there is a vendoring issue it seems. Building arm64 breaks with some error stating something to the effect that /pkg/util/stdio/arm_dup.go is undefined.

@jdknives jdknives added the bug Something isn't working label Feb 27, 2021
@jdknives jdknives closed this as completed Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant