mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
849492fda9
* Add status-option code This commits changes the behavior of waku introducing a new status-code, `2`, that replaces the current single options codes. * linting
9 lines
78 B
YAML
9 lines
78 B
YAML
language: go
|
|
go:
|
|
- 1.9
|
|
- "1.10"
|
|
- tip
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|