Skip to content

Commit 8084c18

Browse files
committed
chore(nix): Hard-code go version to 1.26
1 parent 7a2358e commit 8084c18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
];
5151
}
5252
, goHelmWrapper ? pkgs.buildGoApplication {
53+
go = pkgs.go_1_26;
5354
pname = "go-helm-wrapper";
5455
version = "0.0";
5556
src = pkgs.runCommand "go-helm-wrapper-src" {}

0 commit comments

Comments
 (0)