We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/KYVENetwork/chain/blob/v1.3.0/Makefile#L2 gives below error:
$ go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1 -f2 cut: only one type of list may be specified Try 'cut --help' for more information.
This works:
$ go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1,2 1.20
Please fix asap. Thanks!
The text was updated successfully, but these errors were encountered:
#122
Sorry, something went wrong.
Makefile: Fix go version parse cmd
1044363
Fixes: KYVENetwork#121
Hey, thank you for submitting this issue and the fix. Tested it on both, linux and macos and both work now 👍
Successfully merging a pull request may close this issue.
https://github.com/KYVENetwork/chain/blob/v1.3.0/Makefile#L2 gives below error:
This works:
Please fix asap. Thanks!
The text was updated successfully, but these errors were encountered: