pkgr: use main branch and Go 1.15 for buildpack (#6273)

pull/6275/head
ᴜɴᴋɴᴡᴏɴ 2020-08-23 14:55:01 +08:00 committed by GitHub
parent 0a5977e951
commit a840ae9035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
go.mod
View File

@ -71,5 +71,5 @@ require (
xorm.io/xorm v0.8.0
)
// +heroku goVersion go1.14
// +heroku goVersion go1.15
// +heroku install ./