This commit is contained in:
Sergey Zhemoytel 2024-08-25 11:41:48 +00:00
parent db8c9ee0fa
commit 65268af0c6

View file

@ -20,7 +20,7 @@ A comprehensive and categorized collection of User Agents.
%setup -q
%build
export GOPROXY=direct
export GOPROXY=https://proxy.golang.org/cached-only
go build -o bin/ua ./cmd/ua
go build -o bin/update-useragent ./cmd/update-useragent