index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/go/PKGBUILD | 4 |
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') |