Skip to content

build(deps): bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.2.0 to 4.3.0 #136

build(deps): bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.2.0 to 4.3.0

build(deps): bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.2.0 to 4.3.0 #136

Workflow file for this run

name: verify-pr
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
verify:
runs-on: ubuntu-latest
env:
GITHUB_PR: ${{ toJSON(github.event.pull_request) }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.22.1'
- name: "Verify PR"
run: go run github.com/obolnetwork/charon/testutil/verifypr