mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-17 18:31:11 +00:00
d872355bc0
* .github/workflows/run-composition.yml: retry the build command * .github/workflows/run-composition.yml: reduce run timeout for now * .github/workflows/*: run on push and PR * .github/actions: check testground health * ping/_composition/*: reorder lib versions * ping/: update with go-libp2p v0.22 * chore: gofmt * .github/workflows: allow check test-plans during PR and push * .github/workflows/*: introduce ping-interop-latest * .github/workflow: tweak retry + timeout * .github/actions/setup-testground: retry install * ping/rust: update with v0.47.0 release
46 lines
673 B
TOML
46 lines
673 B
TOML
[master]
|
|
GoVersion = '1.18'
|
|
Modfile = "go.v0.22.mod"
|
|
Selector = 'v0.22'
|
|
|
|
[custom]
|
|
GoVersion = '1.18'
|
|
Modfile = "go.v0.22.mod"
|
|
Selector = 'v0.22'
|
|
|
|
[[groups]]
|
|
Id = "v0.22"
|
|
GoVersion = '1.18'
|
|
Modfile = "go.v0.22.mod"
|
|
Selector = 'v0.22'
|
|
|
|
[[groups]]
|
|
Id = "v0.21"
|
|
GoVersion = '1.18'
|
|
Modfile = "go.v0.21.mod"
|
|
Selector = 'v0.21'
|
|
|
|
[[groups]]
|
|
Id = "v0.20"
|
|
GoVersion = '1.18'
|
|
Modfile = "go.v0.20.mod"
|
|
Selector = 'v0.20'
|
|
|
|
[[groups]]
|
|
Id = "v0.19"
|
|
GoVersion = '1.17'
|
|
Modfile = "go.v0.19.mod"
|
|
Selector = 'v0.19'
|
|
|
|
[[groups]]
|
|
Id = "v0.17"
|
|
GoVersion = '1.16'
|
|
Modfile = "go.v0.17.mod"
|
|
Selector = 'v0.17'
|
|
|
|
[[groups]]
|
|
Id = "v0.11"
|
|
GoVersion = '1.14'
|
|
Modfile = "go.v0.11.mod"
|
|
Selector = 'v0.11'
|