error: Cannot build '/nix/store/…-agru-0.2.1.drv'.

Reason: builder failed with exit code 1.
	…
       > go: go.mod requires go >= 1.26 (running go 1.25.14; GOTOOLCHAIN=local)
This commit is contained in:
mcnesium
2026-09-04 15:40:40 +03:00
committed by Slavi Pantaleev
parent 5f997aa3ab
commit ae59650761
+1 -1
View File
@@ -20,7 +20,7 @@
pkgs = import nixpkgs {
inherit system;
};
agru = pkgs.buildGo125Module {
agru = pkgs.buildGo126Module {
pname = "agru";
version = "0.2.1";
src = agru-src;