From 4051d86b2f117b5869881c20f105115373eaf60f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 4 May 2022 11:38:22 +0200 Subject: syncthing: bump to 1.20.0 --- community/syncthing/build | 4 ---- 1 file changed, 4 deletions(-) (limited to 'community/syncthing/build') diff --git a/community/syncthing/build b/community/syncthing/build index 3cdf6dde..a4bd983e 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -1,9 +1,5 @@ #!/bin/sh -e -patch -p1 < go-1.18.patch ||: - -go mod vendor - export GOPATH="$PWD/gopath" export GOFLAGS="$GOFLAGS -mod=vendor" trap "go clean -modcache" EXIT INT -- cgit v1.2.3