mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

The dependency BurntSushi/toml actually needs Go 1.2, because it uses encoding.TextUnmarshaler, which didn't exist in Go 1.1. Since the PPA that we use doesn't have Go 1.2 yet, we will use the same method as Docker, i.e. download Go source tarball and compile it.
4 lines
61 B
Go
4 lines
61 B
Go
// +build !go1.2
|
|
|
|
"etcd requires go 1.2 or greater to build"
|