diff options
author | Alan Pearce | 2024-09-27 14:29:01 +1200 |
---|---|---|
committer | Alan Pearce | 2024-09-27 14:29:01 +1200 |
commit | fd8fff31addcffa064693d561122253b49ac478c (patch) | |
tree | 6845db0d020e02d4efa2acf09a247559c34443cd /shell.nix | |
parent | ee5255395a76b53f9a9a0ae45b15ef851940a2aa (diff) | |
download | website-fd8fff31addcffa064693d561122253b49ac478c.tar.lz website-fd8fff31addcffa064693d561122253b49ac478c.tar.zst website-fd8fff31addcffa064693d561122253b49ac478c.zip |
update go to 1.23
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix index 4b62685..5ccedea 100644 --- a/shell.nix +++ b/shell.nix @@ -11,7 +11,7 @@ in pkgs.mkShell { inherit (pre-commit-check) shellHook; packages = with pkgs; [ - go + go_1_23 npins gopls go-licenses |