Use a known version
This commit is contained in:
parent
fb71053c96
commit
a9bc24ef4d
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/dewski/unifi",
|
"ImportPath": "github.com/dewski/unifi",
|
||||||
"GoVersion": "go1.7",
|
"GoVersion": "go1.6",
|
||||||
"Packages": [
|
"Packages": [
|
||||||
"./..."
|
"./..."
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"go",
|
"go",
|
||||||
],
|
],
|
||||||
"image": "heroku/go:1.7",
|
"image": "heroku/go:1.6",
|
||||||
"mount_dir": "src/github.com/dewski/unifi",
|
"mount_dir": "src/github.com/dewski/unifi",
|
||||||
"website": "http://github.com/dewski/unifi",
|
"website": "https://github.com/dewski/unifi",
|
||||||
"repository": "http://github.com/dewski/unifi"
|
"repository": "https://github.com/dewski/unifi"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue