summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpandada82019-12-19 10:42:26 +0800
committerpandada82019-12-19 10:42:26 +0800
commit766827a08254b94a9f15dab8a98c106a111ca088 (patch)
tree0f41611872c1962c982b8e1f444619608404a297
parentdd40a3c85f1982b9ecd51bf35c1793fc0f6f5214 (diff)
downloadaur-766827a08254b94a9f15dab8a98c106a111ca088.tar.gz
fix: using vendor
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cbade2dddf0..44b5d2611a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ pkgver () {
}
build() {
cd img
- echo $GOPROXY
+ export GOFLAGS=-mod=vendor
make BUILDTAGS="seccomp noembed"
}