mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2024-12-06 19:26:20 +01:00
c4b29b735c
Yggdrasil / Lint (push) Waiting to run
Yggdrasil / Analyse (push) Waiting to run
Yggdrasil / Build & Test (Linux, Go ${{ matrix.goversion }}) (1.21) (push) Blocked by required conditions
Yggdrasil / Build & Test (Linux, Go ${{ matrix.goversion }}) (1.22) (push) Blocked by required conditions
Yggdrasil / Build & Test (Linux, Go ${{ matrix.goversion }}) (1.23) (push) Blocked by required conditions
Yggdrasil / Build & Test (Windows, Go ${{ matrix.goversion }}) (1.21) (push) Blocked by required conditions
Yggdrasil / Build & Test (Windows, Go ${{ matrix.goversion }}) (1.22) (push) Blocked by required conditions
Yggdrasil / Build & Test (Windows, Go ${{ matrix.goversion }}) (1.23) (push) Blocked by required conditions
Yggdrasil / Build & Test (macOS, Go ${{ matrix.goversion }}) (1.21) (push) Blocked by required conditions
Yggdrasil / Build & Test (macOS, Go ${{ matrix.goversion }}) (1.22) (push) Blocked by required conditions
Yggdrasil / Build & Test (macOS, Go ${{ matrix.goversion }}) (1.23) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (freebsd, 1.21) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (freebsd, 1.22) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (freebsd, 1.23) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (openbsd, 1.21) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (openbsd, 1.22) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (openbsd, 1.23) (push) Blocked by required conditions
Yggdrasil / All tests passed (push) Blocked by required conditions
This PR updates Ironwood to include the new RTT-based link costing and updates `yggdrasilctl` to report the cost in `getPeers`. Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
12 lines
193 B
YAML
12 lines
193 B
YAML
run:
|
|
build-tags:
|
|
- lint
|
|
issues-exit-code: 0 # TODO: change this to 1 when we want it to fail builds
|
|
issues:
|
|
exclude-dirs:
|
|
- contrib/
|
|
- misc/
|
|
linters:
|
|
disable:
|
|
- gocyclo
|