pull/116/head
Hunter Long 2018-12-19 19:40:26 -08:00
parent 9530b9bed6
commit 493b0f701b
2 changed files with 5 additions and 2 deletions

View File

@ -83,6 +83,6 @@
[metadata.heroku]
root-package = "github.com/hunterlong/statping"
go-version = "1.11.2"
go-version = "1.11"
install = [ "./cmd" ]
additional-tools = ["github.com/GeertJohan/go.rice", "github.com/GeertJohan/go.rice/rice"]
additional-tools = ["github.com/GeertJohan/go.rice/..."]

View File

@ -1,3 +1,6 @@
setup:
config:
GOVERSION: go1.11
build:
languages:
- go