diff options
author | Unknwon <u@gogs.io> | 2019-10-24 22:27:39 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2019-10-24 22:27:39 -0700 |
commit | feb7d573338969a1940aa8b1e8161a6adb9c05ca (patch) | |
tree | 210519bfcc36a03c506d2e1cdd36abd8b9b44756 | |
parent | 390b903c555381286751a16c27a3da23b5969693 (diff) |
pkgr: use lower version of buildpack
-rw-r--r-- | .pkgr.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,3 +33,4 @@ before: after: - mv bin/gogs gogs after_install: ./.packager/hooks/postinst +buildpack: https://github.com/heroku/heroku-buildpack-go.git#v126 |