ko: fixup build by pinning to go 1.23

https://hydra.nixos.org/build/291822453/nixlog/3/tail
This commit is contained in:
Vladimír Čunát
2025-03-11 18:47:56 +01:00
parent 8503e5613f
commit 8974afacaa
+3 -2
View File
@@ -1,12 +1,13 @@
{
lib,
buildGoModule,
# broken with go 1.24 for some reason
buildGo123Module,
fetchFromGitHub,
gitMinimal,
installShellFiles,
}:
buildGoModule rec {
buildGo123Module rec {
pname = "ko";
version = "0.15.4";