about summary refs log tree commit diff stats
path: root/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-09-27 14:29:01 +1200
committerAlan Pearce2024-09-27 14:29:01 +1200
commitfd8fff31addcffa064693d561122253b49ac478c (patch)
tree6845db0d020e02d4efa2acf09a247559c34443cd /shell.nix
parentee5255395a76b53f9a9a0ae45b15ef851940a2aa (diff)
downloadwebsite-fd8fff31addcffa064693d561122253b49ac478c.tar.lz
website-fd8fff31addcffa064693d561122253b49ac478c.tar.zst
website-fd8fff31addcffa064693d561122253b49ac478c.zip
update go to 1.23
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
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