chore: updated go version in nix

This commit is contained in:
Ansh Garhewal 2024-07-21 21:53:58 +05:30
parent 404c5e0b10
commit dee9bbf1ac
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
) )
, mkGoEnv ? pkgs.mkGoEnv , mkGoEnv ? pkgs.mkGoEnv
, gomod2nix ? pkgs.gomod2nix , gomod2nix ? pkgs.gomod2nix
, go20 ? pkgs.go_1_20 , go22 ? pkgs.go_1_22
, golangci-lint ? pkgs.golangci-lint , golangci-lint ? pkgs.golangci-lint
}: }:
@ -20,7 +20,7 @@ let
in in
pkgs.mkShell { pkgs.mkShell {
packages = [ packages = [
go20 go22
golangci-lint golangci-lint
goEnv goEnv
gomod2nix gomod2nix