Use Go 1.13 on Heroku

This commit is contained in:
Martin Polden 2019-10-18 18:09:25 +02:00
parent c113173660
commit 4add220bfd
1 changed files with 3 additions and 1 deletions

4
go.mod
View File

@ -1,7 +1,9 @@
// +heroku install ./...
// +heroku goVersion go1.12
// +heroku goVersion go1.13
module github.com/mpolden/echoip
go 1.13
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jessevdk/go-flags v1.4.0