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