mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
2f539d3bd2
Go ens needs to be updated to be compatible with the lastest geth version
10 lines
90 B
YAML
10 lines
90 B
YAML
language: go
|
|
go:
|
|
- "1.10"
|
|
- "1.11"
|
|
- "1.12"
|
|
- tip
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|