Skip to content

Commit 9ef0272

Browse files
committed
Try go1.24.1
1 parent e582712 commit 9ef0272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.24.0"
22+
GO_VERSION: "1.24.1"
2323

2424
tasks:
2525
Windows_32bit:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/arduino/arduino-cli
22

3-
go 1.24.0
3+
go 1.24.1
44

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

0 commit comments

Comments
 (0)