mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
fix(fleet): Require go1.2+ for fleet ebuild
This commit is contained in:
parent
a762984989
commit
9e462b7c99
@ -23,7 +23,7 @@ LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/go-1.1"
|
||||
DEPEND=">=dev-lang/go-1.2"
|
||||
|
||||
src_compile() {
|
||||
./build || die
|
||||
|
Loading…
Reference in New Issue
Block a user