Don't build with Go 1.0
Its cgo linker doesn't support statically linking C libraries.
This commit is contained in:
parent
a2b14b5be4
commit
4b681f9207
|
@ -1,7 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.0
|
|
||||||
- 1.1
|
- 1.1
|
||||||
- 1.2
|
- 1.2
|
||||||
- tip
|
- tip
|
||||||
|
|
Loading…
Reference in New Issue