-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Makefile: fix devtools install error #1403
Conversation
@galaio
|
Sorry, I cannot reproduce the error. In the Makefile, the go install github.com/kevinburke/go-bindata@latest env: Macos, go 1.19.7 |
I am adding a custom native tracer. When I run a subsequent "go generate" it fails with that message. |
### Description > upstream PR: [bnb-chain#1403](bnb-chain#1403) fix dev tools build error. Ref bnb-chain#1402 May change go-bindata to go embed later; Changes ### Notable changes: * Fixed the package path of go-bindata; Co-authored-by: GalaIO <GalaIO@users.noreply.github.com>
Description
fix dev tools build error. Ref #1402
May change
go-bindata
togo embed
later;Changes
Notable changes:
go-bindata
;