mirror of
https://abf.rosa.ru/djam/gopls.git
synced 2025-02-23 06:13:06 +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:
|
||||
gopls-0.13.2.tar.gz: 409cda801409c293d7f7b3ef05a872ed6c86180f
|
||||
gopls-0.15.0.tar.gz: 22232af26c74dc20e96b4be6eac65c9aa8ba1b08
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue