Use a known version
This commit is contained in:
parent
e2a1e586b4
commit
8d95ea772a
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"ImportPath": "github.com/dewski/unifi",
|
||||
"GoVersion": "go1.7",
|
||||
"GoVersion": "go1.6",
|
||||
"Packages": [
|
||||
"./..."
|
||||
],
|
||||
|
|
|
|||
6
app.json
6
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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue