Skip to content

Commit

Permalink
misc: Specify Go version for Heroku
Browse files Browse the repository at this point in the history
See #509
  • Loading branch information
Acconut authored Oct 13, 2021
1 parent d973f9a commit 5614cec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 5614cec

Please sign in to comment.