Skip to content

Work by default #136

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Work by default #136

wants to merge 4 commits into from

Conversation

lcaballero
Copy link

Adding checks for required executables. The makefile now gives warnings if the executables are not found.

$(error "requires go version 1.16.6 or higher")
endif
ifndef HAS_STATICCHECK
$(error "staticcheck is not on PATH")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should declare required tools in go.mod, e.g.:
https://marcofranssen.nl/manage-go-tools-via-go-modules#tldr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants