Unverified Commit b82bcbdb authored by Sascha Grunert's avatar Sascha Grunert Committed by GitHub
Browse files

gopls: set correct version (#299690)

parent 72c6ed32
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@ buildGoModule rec {
  modRoot = "gopls";
  vendorHash = "sha256-q7vWiXJAX4u8B4RyFc7kg1BvMCPaTBFOVkWXeE78Emo=";

  # https://github.com/golang/tools/blob/9ed98faa/gopls/main.go#L27-L30
  ldflags = [ "-X main.version=v${version}" ];

  doCheck = false;

  # Only build gopls, and not the integration tests or documentation generator.