lol

gopls: set correct version (#299690)

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>

authored by

Sascha Grunert and committed by
GitHub
b82bcbdb 72c6ed32

+3
+3
pkgs/development/tools/language-servers/gopls/default.nix
··· 14 14 modRoot = "gopls"; 15 15 vendorHash = "sha256-q7vWiXJAX4u8B4RyFc7kg1BvMCPaTBFOVkWXeE78Emo="; 16 16 17 + # https://github.com/golang/tools/blob/9ed98faa/gopls/main.go#L27-L30 18 + ldflags = [ "-X main.version=v${version}" ]; 19 + 17 20 doCheck = false; 18 21 19 22 # Only build gopls, and not the integration tests or documentation generator.