aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2019-10-25 21:58:40 -0700
committerGitHub <noreply@github.com>2019-10-25 21:58:40 -0700
commit2d55c94c7be64137816477f5c2ce15b01dfb9789 (patch)
tree5d23fa8f8cdf5dc17755e4aba018738e8e0b0142 /go.mod
parentc9e712d07b2a65696bbad2cbeb4c213b5a5d198a (diff)
pkgr: slow but fix builds on packager.io (#5840)
* Test * Test * My last try * Avoid cleaning old Go version
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 928da6cb..ddb7ab18 100644
--- a/go.mod
+++ b/go.mod
@@ -68,4 +68,4 @@ require (
xorm.io/xorm v0.8.0
)
-// +heroku goVersion go1.13.3
+// +heroku goVersion go1.13beta1