Release Arduino CLI with v
prefix
#2341
Labels
conclusion: resolved
Issue was resolved
topic: infrastructure
Related to project infrastructure
type: enhancement
Proposed improvement
Milestone
We're using some packages of the arduino-cli in other projects. Like fw-uploader plugins, arduino-create-agent and more.
When you don't tag with the v prefix golang treat that tag as it's a pseudo-version and import like:
github.com/arduino/arduino-cli v0.0.0-20230529151818-ca60d4b47be4
More info here: https://go.dev/ref/mod#versions
The text was updated successfully, but these errors were encountered: