diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-23 14:55:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 14:55:01 +0800 |
commit | a840ae90352f932d2b77cdbc0c78078b18a469c6 (patch) | |
tree | c31a67dde285a1f6ed7c9d1bf9c4227313365522 | |
parent | 0a5977e9514c8e61bbc72879ee6f552c024448dd (diff) |
pkgr: use main branch and Go 1.15 for buildpack (#6273)
-rw-r--r-- | .pkgr.yml | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -33,4 +33,4 @@ before: after: - mv bin/gogs gogs after_install: ./.packager/hooks/postinst -buildpack: https://github.com/heroku/heroku-buildpack-go.git +buildpack: https://github.com/heroku/heroku-buildpack-go.git#main @@ -71,5 +71,5 @@ require ( xorm.io/xorm v0.8.0 ) -// +heroku goVersion go1.14 +// +heroku goVersion go1.15 // +heroku install ./ |