-
Notifications
You must be signed in to change notification settings - Fork 39
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 make #61
Fix make #61
Conversation
Signed-off-by: Tevin Zhang <[email protected]>
b7f2a44
to
926b44e
Compare
9a4ebb6
to
f231591
Compare
Signed-off-by: Tevin Zhang <[email protected]>
Signed-off-by: Tevin Zhang <[email protected]>
As of 2019-09-12 the newest tag of github.com/jteeuwen/go-bindata is v3.0.7 which is not the latest that supports -nometadata as used in Makefile. The correct version (instead of v3.0.7) of go-bindata will be downloaded by `go get` after this modification. Signed-off-by: Tevin Zhang <[email protected]>
Interesting 1.13 build passed, but 1.11 and 1.12 did not: they do not like the absence of go.mod in jteeuwen/go-bindata |
Indeed, I haven't figure out a good way to install the latest Do you have any idea? |
To keep `go get` from complaining prior to go 1.13: missing github.com/jteeuwen/go-bindata/.../go.mod at revision 6025e8de665b Signed-off-by: Tevin Zhang <[email protected]>
Signed-off-by: Tevin Zhang <[email protected]>
Works now! |
Thank you. I will make a new release in a few hours. |
v3 has been released |
#60
Should I add the above link into the commit message?