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
10 lines
119 B
YAML
10 lines
119 B
YAML
language: go
|
|
go:
|
|
- "1.10.x"
|
|
- "1.11.x"
|
|
- "1.12.x"
|
|
env:
|
|
- GOARCH=i386
|
|
- GOARCH=amd64
|
|
script: go test -v ./...
|