Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 9de4bf8

Browse files
committed
chore: Update to use go 1.24 for nix builds
1 parent d3b03e6 commit 9de4bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
pkgs = nixpkgs.legacyPackages.${prev.system};
2424
in
2525
rec {
26-
golink = pkgs.buildGo123Module rec {
26+
golink = pkgs.buildGo124Module rec {
2727
pname = "golink";
2828
version = golinkVersion;
2929
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;

0 commit comments

Comments
 (0)