We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e8930 commit 75c6f65Copy full SHA for 75c6f65
DistTasks.yml
@@ -19,7 +19,7 @@ version: "3"
19
20
vars:
21
CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild"
22
- GO_VERSION: "1.23.4"
+ GO_VERSION: "1.23.5"
23
24
tasks:
25
Windows_32bit:
go.mod
@@ -1,7 +1,8 @@
1
module github.com/arduino/arduino-cli
2
3
-go 1.23.4
4
-toolchain go1.23.6
+go 1.23.5
+
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