This commit is contained in:
Sergey Zhemoytel 2024-03-15 13:48:28 +00:00
parent 17094ad631
commit 0bf194d6e1

View file

@ -29,7 +29,7 @@ specifications evolve.
#cp -a git2go-%{git2go_rev}/* git2go/ #cp -a git2go-%{git2go_rev}/* git2go/
%build %build
export GOPROXY=direct export GOPROXY=https://proxy.golang.org/cached-only
go mod tidy go mod tidy
go build --ldflags="-s -w" -o %{name} . go build --ldflags="-s -w" -o %{name} .