pkgr: slow but fix builds on packager.io (#5840)

* Test

* Test

* My last try

* Avoid cleaning old Go version
pull/5843/head
Unknwon 2019-10-25 21:58:40 -07:00 committed by GitHub
parent c9e712d07b
commit 2d55c94c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ targets:
centos-7:
build_dependencies:
- pam-devel
# required for go buildpack
# required for Go buildpack
- perl-Digest-SHA
dependencies:
- pam

2
go.mod
View File

@ -68,4 +68,4 @@ require (
xorm.io/xorm v0.8.0
)
// +heroku goVersion go1.13.3
// +heroku goVersion go1.13beta1