mirror of
https://abf.rosa.ru/djam/gopls.git
synced 2025-02-23 14:22:57 +00:00
0.15.0
This commit is contained in:
parent
09c68ac530
commit
5dcff4311f
2 changed files with 3 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
gopls-0.13.2.tar.gz: 409cda801409c293d7f7b3ef05a872ed6c86180f
|
gopls-0.15.0.tar.gz: 22232af26c74dc20e96b4be6eac65c9aa8ba1b08
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define debug_package %nil
|
%define debug_package %nil
|
||||||
|
|
||||||
Name: gopls
|
Name: gopls
|
||||||
Version: 0.13.2
|
Version: 0.15.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Go language server
|
Summary: Go language server
|
||||||
URL: https://golang.org/x/tools
|
URL: https://golang.org/x/tools
|
||||||
|
@ -22,6 +22,7 @@ to any LSP-compatible editor.
|
||||||
%setup -qn tools-%{name}-v%{version}
|
%setup -qn tools-%{name}-v%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export GOPROXY=direct
|
||||||
pushd gopls
|
pushd gopls
|
||||||
go build --ldflags="-s -w" -o ../bin/%{name} .
|
go build --ldflags="-s -w" -o ../bin/%{name} .
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue