Skip to content

Commit 8974afa

Browse files
committed
ko: fixup build by pinning to go 1.23
https://hydra.nixos.org/build/291822453/nixlog/3/tail
1 parent 8503e56 commit 8974afa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/ko/ko/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
lib,
3-
buildGoModule,
3+
# broken with go 1.24 for some reason
4+
buildGo123Module,
45
fetchFromGitHub,
56
gitMinimal,
67
installShellFiles,
78
}:
89

9-
buildGoModule rec {
10+
buildGo123Module rec {
1011
pname = "ko";
1112
version = "0.15.4";
1213

0 commit comments

Comments
 (0)