We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33144f9 commit a9902e0Copy full SHA for a9902e0
go.mod
@@ -1,6 +1,8 @@
1
module github.com/arduino/arduino-cli
2
3
-go 1.24.0
+go 1.23.4
4
+
5
+toolchain go1.24.0
6
7
// We must use this fork until https://github.com/mailru/easyjson/pull/372 is merged
8
replace github.com/mailru/easyjson => github.com/cmaglie/easyjson v0.8.1
0 commit comments