Skip to content

chore(deps): bump github.com/cosmos/ibc-go/v8 from 8.2.1 to 8.5.2 #2144

chore(deps): bump github.com/cosmos/ibc-go/v8 from 8.2.1 to 8.5.2

chore(deps): bump github.com/cosmos/ibc-go/v8 from 8.2.1 to 8.5.2 #2144

Workflow file for this run

name: Protobuf
# Protobuf runs buf (https://buf.build/) lint and check-breakage
# This workflow is only run when a .proto file has been changed
on:
pull_request:
paths: ["**.proto"]
jobs:
breakage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check-breakage
run: make proto-check-breaking