arduino-create-agent: use go 1.24 (#470717)

This commit is contained in:
Sandro
2025-12-15 16:48:52 +00:00
committed by GitHub
@@ -1,12 +1,12 @@
{
lib,
stdenv,
buildGoModule,
buildGo124Module,
fetchFromGitHub,
go-task,
}:
buildGoModule rec {
buildGo124Module rec {
pname = "arduino-create-agent";
version = "1.7.0";