diff --git a/Gopkg.toml b/Gopkg.toml index e6981d8c..3a3ee520 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -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/..."] diff --git a/heroku.yml b/heroku.yml index 3f4d1040..cc567162 100644 --- a/heroku.yml +++ b/heroku.yml @@ -1,3 +1,6 @@ +setup: + config: + GOVERSION: go1.11 build: languages: - go