From a840ae90352f932d2b77cdbc0c78078b18a469c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=9C=C9=B4=E1=B4=8B=C9=B4=E1=B4=A1=E1=B4=8F=C9=B4?= Date: Sun, 23 Aug 2020 14:55:01 +0800 Subject: [PATCH] pkgr: use main branch and Go 1.15 for buildpack (#6273) --- .pkgr.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pkgr.yml b/.pkgr.yml index d2e8486b0..b1ec803f3 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 133962592..5e30796b8 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 ./