Skip to content

Commit

Permalink
golangci-lint: use go 1.21
Browse files Browse the repository at this point in the history
golangci-lint supports Go versions lower or equal
to the Go version used to build it.

More info: golangci/golangci-lint#3933
  • Loading branch information
angaz authored and SuperSandro2000 committed Oct 20, 2023
1 parent ea1ccc5 commit 669c6ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28424,7 +28424,9 @@ with pkgs;

golint = callPackage ../development/tools/golint { };

golangci-lint = callPackage ../development/tools/golangci-lint { };
golangci-lint = callPackage ../development/tools/golangci-lint {
buildGoModule = buildGo121Module;
};

golangci-lint-langserver = callPackage ../development/tools/golangci-lint-langserver { };

Expand Down

0 comments on commit 669c6ef

Please sign in to comment.