diff options
author | Franck Cuny <franck@fcuny.net> | 2024-01-25 17:47:27 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-01-25 17:47:27 -0800 |
commit | 147b65722a6246456476359d2672d066ded1f81e (patch) | |
tree | 0a29b2813fc1015193393729e29bc06971e6803f | |
parent | gha-billing: how many minutes are left in the cycle (diff) | |
download | world-147b65722a6246456476359d2672d066ded1f81e.tar.gz |
bump the version of go
-rw-r--r-- | home/dev.nix | 2 |
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; [ |