From 3c6c6ea8bd349be235bdf053ba6145bbead1e8ad Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Apr 2023 16:13:14 +0200 Subject: community/go: bootstrapping with go17 --- community/go/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'community') diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index 186a8cd8..c4adc372 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -46,3 +46,7 @@ eval "$( # tests are failing, ignore them unset check + +# bootstrap via go17 +makedepends=(${makedepends[@]//go/}) +makedepends+=('go17') -- cgit v1.2.3-54-g00ecf