release-check.yml 306 Bytes
Newer Older
web3-bot's avatar
web3-bot committed
1 2 3 4 5
# File managed by web3-bot. DO NOT EDIT.
# See https://github.com/protocol/.github/ for details.

name: Release Checker
on:
web3-bot's avatar
web3-bot committed
6
  pull_request_target:
web3-bot's avatar
web3-bot committed
7 8 9 10 11
    paths: [ 'version.json' ]

jobs:
  release-check:
    uses: protocol/.github/.github/workflows/release-check.yml@master
web3-bot's avatar
web3-bot committed
12 13
    with:
      go-version: 1.20.x