Thanks to visit codestin.com Credit goes to github.com
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 3db4ad8 commit 20c9dd4Copy full SHA for 20c9dd4
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