This commit is contained in:
Sergey Zhemoytel 2024-02-27 22:24:40 +00:00
parent 09c68ac530
commit 5dcff4311f
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources:
gopls-0.13.2.tar.gz: 409cda801409c293d7f7b3ef05a872ed6c86180f
gopls-0.15.0.tar.gz: 22232af26c74dc20e96b4be6eac65c9aa8ba1b08

View file

@ -2,7 +2,7 @@
%define debug_package %nil
Name: gopls
Version: 0.13.2
Version: 0.15.0
Release: 1
Summary: Go language server
URL: https://golang.org/x/tools
@ -22,6 +22,7 @@ to any LSP-compatible editor.
%setup -qn tools-%{name}-v%{version}
%build
export GOPROXY=direct
pushd gopls
go build --ldflags="-s -w" -o ../bin/%{name} .
popd