This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 194
checkptr: unsafe pointer conversion on go 1.14 (macos) #261
Labels
bug
Something isn't working
Comments
More context for what changed to cause this: https://golang.org/doc/go1.14#compiler |
This issue has been fixed upstream: karrick/godirwalk#51 It looks like this project just needs to update its dependencies. |
ed255
added a commit
to hermeznetwork/hermez-node
that referenced
this issue
Dec 22, 2020
Update packr to 2.8.1 which fixes this issue: gobuffalo/packr#261 which I encountered while running a test with `-race`
ed255
added a commit
to hermeznetwork/hermez-node
that referenced
this issue
Dec 22, 2020
Update packr to 2.8.1 which fixes this issue: gobuffalo/packr#261 which I encountered while running a test with `-race`
ed255
added a commit
to hermeznetwork/hermez-node
that referenced
this issue
Dec 22, 2020
Update packr to 2.8.1 which fixes this issue: gobuffalo/packr#261 which I encountered while running a test with `-race`
ed255
added a commit
to hermeznetwork/hermez-node
that referenced
this issue
Dec 22, 2020
Update packr to 2.8.1 which fixes this issue: gobuffalo/packr#261 which I encountered while running a test with `-race`
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This package does not work with golang 1.14 (macos) due to the following issue:
which seems to be complaining about https://github.com/gobuffalo/packr/blob/master/v2/internal/takeon/github.com/karrick/godirwalk/scandir_unix.go#L120
It is possible to disable the golang check to get this temporarily working
The text was updated successfully, but these errors were encountered: