diff options
-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 ./ |