Unverified Commit 9862b03d authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 90c310bb 59d0d515
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";