Skip to content

Patch 3.2.0 ibc go to 4.6.0 - non-consensus breaking #610

Patch 3.2.0 ibc go to 4.6.0 - non-consensus breaking

Patch 3.2.0 ibc go to 4.6.0 - non-consensus breaking #610

name: Simulation Test
on:
pull_request:
push:
branches: ["master"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-go@v4
with:
go-version: 1.21.0 # The Go version to download (if necessary) and use.
- name: Test
shell: bash
run: make test-sim-import-export