From fb737c38ae411d3d7353c471df05feb3fbcd0a65 Mon Sep 17 00:00:00 2001 From: Alessio Perugini Date: Mon, 9 Jun 2025 13:50:06 +0200 Subject: [PATCH] update golang to 1.24.4 --- DistTasks.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DistTasks.yml b/DistTasks.yml index 8cc10138f36..7178afb9995 100644 --- a/DistTasks.yml +++ b/DistTasks.yml @@ -19,7 +19,7 @@ version: "3" vars: CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild" - GO_VERSION: "1.24.1" + GO_VERSION: "1.24.4" tasks: Windows_32bit: diff --git a/go.mod b/go.mod index 02368c98e12..81e39ccd089 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arduino/arduino-cli -go 1.24.1 +go 1.24.4 // We must use this fork until https://github.com/mailru/easyjson/pull/372 is merged replace github.com/mailru/easyjson => github.com/cmaglie/easyjson v0.8.1