mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
c1db89e657
Iconcache library needed to be upgrade to be compatible with the libraries required in the latest geth.
45 lines
624 B
YAML
45 lines
624 B
YAML
arch:
|
|
- amd64
|
|
- ppc64le
|
|
language: go
|
|
|
|
go:
|
|
- 1.2.x
|
|
- 1.3.x
|
|
- 1.4.x
|
|
- 1.5.x
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- tip
|
|
|
|
jobs:
|
|
exclude:
|
|
- arch: ppc64le
|
|
go: 1.2.x
|
|
- arch: ppc64le
|
|
go: 1.3.x
|
|
- arch: ppc64le
|
|
go: 1.4.x
|
|
- arch: ppc64le
|
|
go: 1.5.x
|
|
- arch: ppc64le
|
|
go: 1.6.x
|
|
- arch: ppc64le
|
|
go: 1.7.x
|
|
- arch: ppc64le
|
|
go: 1.8.x
|
|
- arch: ppc64le
|
|
go: 1.9.x
|
|
- arch: ppc64le
|
|
go: 1.10.x
|
|
- arch: ppc64le
|
|
go: 1.11.x
|
|
- arch: ppc64le
|
|
go: 1.12.x
|