From be1edd16752b31e6485fb43a6574243a162603ba Mon Sep 17 00:00:00 2001 From: Garrett Bjerkhoel Date: Fri, 30 Sep 2016 00:13:32 -0700 Subject: [PATCH] Use a known version --- core/poller/Godeps/Godeps.json | 2 +- core/poller/app.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/poller/Godeps/Godeps.json b/core/poller/Godeps/Godeps.json index 41383477..426a375a 100644 --- a/core/poller/Godeps/Godeps.json +++ b/core/poller/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/dewski/unifi", - "GoVersion": "go1.7", + "GoVersion": "go1.6", "Packages": [ "./..." ], diff --git a/core/poller/app.json b/core/poller/app.json index deedb0cc..243a9b6c 100644 --- a/core/poller/app.json +++ b/core/poller/app.json @@ -4,8 +4,8 @@ "keywords": [ "go", ], - "image": "heroku/go:1.7", + "image": "heroku/go:1.6", "mount_dir": "src/github.com/dewski/unifi", - "website": "http://github.com/dewski/unifi", - "repository": "http://github.com/dewski/unifi" + "website": "https://github.com/dewski/unifi", + "repository": "https://github.com/dewski/unifi" }