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
The code uses urfave/cli, which in turn uses go-md2man. Builds now fail because go-md2man has changed to support only go versions > 1.11
This issue at urfave/cli is relevant.
The only solution I can see is to upgrade our go version to a newer version.
The text was updated successfully, but these errors were encountered:
Update to go version 1.13 (closes #61)
547556f
75bbcef
No branches or pull requests
The code uses urfave/cli, which in turn uses go-md2man. Builds now fail because go-md2man has changed to support only go versions > 1.11
This issue at urfave/cli is relevant.
The only solution I can see is to upgrade our go version to a newer version.
The text was updated successfully, but these errors were encountered: