Skip to content
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

fix: [#147] Ensure that GOBIN is set to avoid assuming its value #148

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

sbp-bvanb
Copy link
Collaborator

This pull request includes a new task to check if the GOBIN environment variable has been set in the Taskfile.yml. The most important change is the addition of a default task that runs this check.

New task addition:

  • Taskfile.yml: Added a default task with a description and command to check whether GOBIN has been set by default, and a check-gobin task to perform the actual check and provide an error message if GOBIN is not set.

@sbp-bvanb sbp-bvanb linked an issue Dec 12, 2024 that may be closed by this pull request
@sbp-bvanb sbp-bvanb merged commit 07bfc6b into main Dec 13, 2024
1 check passed
@sbp-bvanb sbp-bvanb deleted the 147-gobin-not-hardcoded branch December 13, 2024 13:28
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.

GOBIN should not be hardcoded
2 participants