Skip to content

Commit

Permalink
pkgr: use main branch and Go 1.15 for buildpack (#6273)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Aug 23, 2020
1 parent 0a5977e commit a840ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pkgr.yml
Expand Up @@ -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 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -71,5 +71,5 @@ require (
xorm.io/xorm v0.8.0
)

// +heroku goVersion go1.14
// +heroku goVersion go1.15
// +heroku install ./

0 comments on commit a840ae9

Please sign in to comment.