misc: Increase Go version in go.mod

The current version Go 1.12 is too old, so Heroku does not compile tusd anymore: https://github.com/tus/tusd/runs/3886723478
We use Go 1.16 and not 1.17 because we always support the two latest major releases.
This commit is contained in:
Marius 2021-10-13 21:40:39 +02:00
parent 484e506cd3
commit d973f9a81a
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/tus/tusd
go 1.12
go 1.16
require (
cloud.google.com/go v0.40.0