Skip to content

Bump github.com/cosmos/ibc-go/v8 from 8.2.0 to 8.3.1 #12

Bump github.com/cosmos/ibc-go/v8 from 8.2.0 to 8.3.1

Bump github.com/cosmos/ibc-go/v8 from 8.2.0 to 8.3.1 #12

Workflow file for this run

name: Check Licenses
on:
pull_request
permissions: read-all
jobs:
check-licenses:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/**.go
**/**.proto
- run: |
make check-licenses
if: env.GIT_DIFF