misc: Specify Go version for Heroku

See https://github.com/tus/tusd/issues/509
This commit is contained in:
Marius 2021-10-13 21:52:30 +02:00 committed by GitHub
parent d973f9a81a
commit 5614cecb60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
go.mod
View File

@ -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 (