From 5614cecb608f2a187e3018730d4afcb793fa3ddd Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 13 Oct 2021 21:52:30 +0200 Subject: [PATCH] misc: Specify Go version for Heroku See https://github.com/tus/tusd/issues/509 --- go.mod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/go.mod b/go.mod index c3c1e6a..add641d 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,8 @@ module github.com/tus/tusd +// Specify the Go version needed for the Heroku deployment +// See https://github.com/heroku/heroku-buildpack-go#go-module-specifics +// +heroku goVersion go1.16 go 1.16 require (