From 205264e0f8735c5f01ec94b9ded740858beb074c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 14 Feb 2022 14:48:46 +0100 Subject: syncthing: use vendored source --- community/syncthing/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/syncthing/build') diff --git a/community/syncthing/build b/community/syncthing/build index b9cc55ee..a4bd983e 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -1,8 +1,8 @@ #!/bin/sh -e export GOPATH="$PWD/gopath" +export GOFLAGS="$GOFLAGS -mod=vendor" trap "go clean -modcache" EXIT INT -go mod vendor go run build.go -no-upgrade -version "v$2" build -- cgit v1.2.3