-
Notifications
You must be signed in to change notification settings - Fork 234
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
Install fails with go 1.18 on darwin-amd64 #596
Comments
error +1 |
@apptut @eatonphil try: go get -u golang.org/x/sys rel: golang/go#49219 |
* GitHub Actions: Upgrade staticcheck action version to v1.2.0 * GitHub Actions: Fix go-version of setup-go * Set version golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f See google/go-jsonnet#596 and felder/go-jsonnet@7949745
i am using - |
Will this ever be fixed? The project isn't buildable with Go 1.18, which makes any automation on building & installing the binary break. Also, what kind of workaround can be do to fix the binary build/install process in scripts? |
Will this ever be fixed? |
2 similar comments
Will this ever be fixed? |
Will this ever be fixed? |
This broke again for 1.19. |
I believe you have an indirect dependency on an old version of x/sys that breaks when running
go install
with go 1.18. Noticed here.The text was updated successfully, but these errors were encountered: