mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
2f539d3bd2
Go ens needs to be updated to be compatible with the lastest geth version
23 lines
230 B
YAML
23 lines
230 B
YAML
language: go
|
|
arch:
|
|
- ppc64le
|
|
- amd64
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- "1.10"
|
|
- tip
|
|
jobs:
|
|
exclude :
|
|
- arch : ppc64le
|
|
go :
|
|
- 1.3
|
|
- arch : ppc64le
|
|
go :
|
|
- 1.4
|