Skip to content

Commit

Permalink
Merge pull request #263928 from kirillrdy/gopls
Browse files Browse the repository at this point in the history
gopls: unpin go
  • Loading branch information
mweinelt authored Oct 28, 2023
2 parents be57e00 + d1843fd commit b30e97a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18387,9 +18387,7 @@ with pkgs;

glslls = callPackage ../development/tools/language-servers/glslls { };

gopls = callPackage ../development/tools/language-servers/gopls {
buildGoModule = buildGo121Module;
};
gopls = callPackage ../development/tools/language-servers/gopls { };

helm-ls = callPackage ../development/tools/language-servers/helm-ls { };

Expand Down

0 comments on commit b30e97a

Please sign in to comment.