Skip to content

Updated arduino-cli to 0.35.x branch with a lot of libraries #761

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 10 commits into from
Oct 28, 2024
Merged
Prev Previous commit
Removed toolchain directive from go.mod
  • Loading branch information
cmaglie committed Oct 18, 2024
commit 0c7f6cf4a5c16a000e78a915b6cec98709cc6ea0
4 changes: 1 addition & 3 deletions docsgen/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/cobra/docsgen/go.mod
module github.com/arduino/arduino-lint/docsgen

go 1.22.0

toolchain go1.22.3
go 1.22.3

replace github.com/arduino/arduino-lint => ../

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/arduino/arduino-lint

go 1.22.0

toolchain go1.22.3
go 1.22.3

replace github.com/jandelgado/gcov2lcov => github.com/jandelgado/gcov2lcov v1.0.5 // v1.0.4 causes Dependabot updates to fail due to checksum mismatch (likely a moved tag). This is an unused transitive dependency, so version is irrelevant.

Expand Down
4 changes: 1 addition & 3 deletions ruledocsgen/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/arduino/arduino-lint/ruledocsgen

go 1.22.0

toolchain go1.22.3
go 1.22.3

replace github.com/arduino/arduino-lint => ../

Expand Down
Loading