about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-01-25 17:47:27 -0800
committerFranck Cuny <franck@fcuny.net>2024-01-25 17:47:27 -0800
commit147b65722a6246456476359d2672d066ded1f81e (patch)
tree0a29b2813fc1015193393729e29bc06971e6803f
parentgha-billing: how many minutes are left in the cycle (diff)
downloadworld-147b65722a6246456476359d2672d066ded1f81e.tar.gz
bump the version of go
-rw-r--r--home/dev.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dev.nix b/home/dev.nix
index a860027..16227ad 100644
--- a/home/dev.nix
+++ b/home/dev.nix
@@ -17,7 +17,7 @@ in
     enable = true;
     goPath = ".local/share/pkg.go";
     goBin = ".local/bin.go";
-    package = pkgs.go_1_20;
+    package = pkgs.go_1_21;
   };
 
   home.packages = with pkgs; [