aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-08-23 14:55:01 +0800
committerGitHub <noreply@github.com>2020-08-23 14:55:01 +0800
commita840ae90352f932d2b77cdbc0c78078b18a469c6 (patch)
treec31a67dde285a1f6ed7c9d1bf9c4227313365522
parent0a5977e9514c8e61bbc72879ee6f552c024448dd (diff)
pkgr: use main branch and Go 1.15 for buildpack (#6273)
-rw-r--r--.pkgr.yml2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pkgr.yml b/.pkgr.yml
index d2e8486b..b1ec803f 100644
--- a/.pkgr.yml
+++ b/.pkgr.yml
@@ -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
diff --git a/go.mod b/go.mod
index 13396259..5e30796b 100644
--- a/go.mod
+++ b/go.mod
@@ -71,5 +71,5 @@ require (
xorm.io/xorm v0.8.0
)
-// +heroku goVersion go1.14
+// +heroku goVersion go1.15
// +heroku install ./