Commit 59d0d515 authored by thesn10's avatar thesn10
Browse files

arduino-create-agent: use go 1.24

parent 3aabd7d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildGoModule,
  buildGo124Module,
  fetchFromGitHub,
  go-task,
}:

buildGoModule rec {
buildGo124Module rec {
  pname = "arduino-create-agent";
  version = "1.7.0";