We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f86b5 commit eca6c81Copy full SHA for eca6c81
DistTasks.yml
@@ -19,7 +19,7 @@ version: "3"
19
20
vars:
21
CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild"
22
- GO_VERSION: "1.24.1"
+ GO_VERSION: "1.24.4"
23
24
tasks:
25
Windows_32bit:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/arduino/arduino-cli
2
3
-go 1.24.1
+go 1.24.4
4
5
// We must use this fork until https://github.com/mailru/easyjson/pull/372 is merged
6
replace github.com/mailru/easyjson => github.com/cmaglie/easyjson v0.8.1
0 commit comments