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
Running $ peggo version against the published version of peggo yields the following:
$ peggo version
peggo
$ ./peggo version Error: open go.mod: no such file or directory
However, the command works fine when building from source, i.e. make install and are in the current peggo directory:
make install
$ peggo version version: v0.2.5 commit: 7c549ce213d0f3764dcb58f115d8efc199367efe sdk: v0.45.1 go: go1.17.3 darwin/amd64
The text was updated successfully, but these errors were encountered:
alexanderbez
Successfully merging a pull request may close this issue.
Running
$ peggo version
against the published version ofpeggo
yields the following:However, the command works fine when building from source, i.e.
make install
and are in the currentpeggo
directory:For Admin Use
The text was updated successfully, but these errors were encountered: