Skip to content

Commit

Permalink
Removed toolchain directive from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Oct 18, 2024
1 parent 7081697 commit 0c7f6cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
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

0 comments on commit 0c7f6cf

Please sign in to comment.