8000 Add source link for `DEFAULT_GO_PACKAGES` taskfile variable by per1234 · Pull Request #174 · arduino/arduinoOTA · GitHub
[go: up one dir, main page]

Skip to content

Add source link for DEFAULT_GO_PACKAGES taskfile variable #174

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

Merged
merged 1 commit into from
Jun 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Add source link for DEFAULT_GO_PACKAGES taskfile variable
These variables come from a reusable asset that is maintained in a centralized repository. Documenting its source will
facilitate pulling in changes from development in the upstream repository, and also pushing fixes or enhancements that
are made to it via this project.
  • Loading branch information
per1234 committed Jun 5, 2025
commit 814693b582092898b9600435f48cf3a132b0cf0e
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ includes:
dist: ./DistTasks.yml

vars:
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml
# Path of the project's primary Go module:
DEFAULT_GO_MODULE_PATH: ./
DEFAULT_GO_PACKAGES:
Expand Down
Loading
0