Skip to content

Bump github.com/cosmos/ibc-go/v7 from 7.3.0 to 7.3.1 #52

Bump github.com/cosmos/ibc-go/v7 from 7.3.0 to 7.3.1

Bump github.com/cosmos/ibc-go/v7 from 7.3.0 to 7.3.1 #52

Workflow file for this run

name: TestUnit
on: [pull_request]
jobs:
test-unit:
name: Test Units
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: '^1.19' # The Go version to download (if necessary) and use.
- run: make test-unit