From dee9bbf1ac30c72482435d70c7f4ac20506ec9d5 Mon Sep 17 00:00:00 2001 From: Ansh Garhewal Date: Sun, 21 Jul 2024 21:53:58 +0530 Subject: [PATCH] chore: updated go version in nix --- nix/gomod-shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/gomod-shell.nix b/nix/gomod-shell.nix index 432959e5..2c6d749a 100644 --- a/nix/gomod-shell.nix +++ b/nix/gomod-shell.nix @@ -11,7 +11,7 @@ ) , mkGoEnv ? pkgs.mkGoEnv , gomod2nix ? pkgs.gomod2nix -, go20 ? pkgs.go_1_20 +, go22 ? pkgs.go_1_22 , golangci-lint ? pkgs.golangci-lint }: @@ -20,7 +20,7 @@ let in pkgs.mkShell { packages = [ - go20 + go22 golangci-lint goEnv gomod2nix