Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a9902e0

Browse files
committedFeb 27, 2025·
Try dep on go1.23 with toolchain 1.24
1 parent 33144f9 commit a9902e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/arduino/arduino-cli
22

3-
go 1.24.0
3+
go 1.23.4
4+
5+
toolchain go1.24.0
46

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

0 commit comments

Comments
 (0)
Please sign in to comment.