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
14 lines
131 B
YAML
14 lines
131 B
YAML
language: go
|
|
go:
|
|
- "1.11.x"
|
|
- "1.12.x"
|
|
- "1.13.x"
|
|
- "1.14.x"
|
|
- "tip"
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
script:
|
|
- make profile_tests
|