-
Notifications
You must be signed in to change notification settings - Fork 2.8k
cli: update go-binddata, fix realize (close #3588) #3687
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
Conversation
|
Deploy preview for hasura-docs ready! Built with commit bf79fe3 |
|
Review app for commit ae51df7 deployed to Heroku: https://hge-ci-pull-3687.herokuapp.com |
|
@scriptonist Can you sign the CLI? Also run |
|
Review app for commit b22fba4 deployed to Heroku: https://hge-ci-pull-3687.herokuapp.com |
shahidhk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Review app for commit bf79fe3 deployed to Heroku: https://hge-ci-pull-3687.herokuapp.com |
|
Review app https://hge-ci-pull-3687.herokuapp.com is deleted |
* use a maintained version of go-binddata, fix error in `realize start` * run go mod tidy
Description
This PR fixes the issue mentioned here - #3588 (comment)
As a solution we can change the fork of
go-bindatacurrently in use (https://github.com/hasura/go-binddata) to a more maintained one (https://github.com/kevinburke/go-bindata/)Apart from this we encounter the following problem when trying to run
realize start. This has also been fixed by this PR.Affected components
Related Issues
#3588
Breaking changes