Skip to content

Commit

Permalink
fix: remove version pinning for golangci-lint it does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
restanrm committed May 16, 2022
1 parent 1158210 commit 9f08212
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,6 @@
nativeBuildInputs = [ pkgs.installShellFiles ];
};

golangci-lint =
pkgs.buildGoModule rec {
pname = "golangci-lint";
version = "1.46.1";

src = pkgs.fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
sha256 = "sha256-hLeBZEZWQ0kyK1yLMQMaLtHIOjc5ZRmhEM7cvXXgcUM=";
};

vendorSha256 = "sha256-G52z3zmVKQz9iQrAAx2TTaxNjPBJiYT4ZJuWp9FVfTM=";

nativeBuildInputs = [ pkgs.installShellFiles ];
};


protoc-gen-grpc-gateway =
pkgs.buildGoModule rec {
pname = "grpc-gateway";
Expand Down

0 comments on commit 9f08212

Please sign in to comment.