Skip to content

Commit 75c6f65

Browse files
committed
Upgrade go version to 1.23.5
1 parent 25e8930 commit 75c6f65

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DistTasks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version: "3"
1919

2020
vars:
2121
CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild"
22-
GO_VERSION: "1.23.4"
22+
GO_VERSION: "1.23.5"
2323

2424
tasks:
2525
Windows_32bit:

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module github.com/arduino/arduino-cli
22

3-
go 1.23.4
4-
toolchain go1.23.6
3+
go 1.23.5
4+
5+
toolchain go1.24.0
56

67
// We must use this fork until https://github.com/mailru/easyjson/pull/372 is merged
78
replace github.com/mailru/easyjson => github.com/cmaglie/easyjson v0.8.1

0 commit comments

Comments
 (0)