mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2024-12-26 23:30:27 +08:00
f927693924
* bump go.mod to Go 1.17 and run go fix * update .github/workflows/automerge.yml * update .github/workflows/go-test.yml * update .github/workflows/go-check.yml * remove unneeded nil check in ECDSAPublicKey.Verify Co-authored-by: web3-bot <web3-bot@users.noreply.github.com> Co-authored-by: Marten Seemann <martenseemann@gmail.com>
12 lines
254 B
YAML
12 lines
254 B
YAML
# File managed by web3-bot. DO NOT EDIT.
|
|
# See https://github.com/protocol/.github/ for details.
|
|
|
|
name: Automerge
|
|
on: [ pull_request ]
|
|
|
|
jobs:
|
|
automerge:
|
|
uses: protocol/.github/.github/workflows/automerge.yml@master
|
|
with:
|
|
job: 'automerge'
|