mirror of https://github.com/statping/statping
heroku
parent
9530b9bed6
commit
493b0f701b
|
@ -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/..."]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
setup:
|
||||
config:
|
||||
GOVERSION: go1.11
|
||||
build:
|
||||
languages:
|
||||
- go
|
||||
|
|
Loading…
Reference in New Issue