Skip to content

chore(deps): bump github.com/strangelove-ventures/interchaintest/v8 from 8.7.1 to 8.8.1 in /tests/connect #1081

chore(deps): bump github.com/strangelove-ventures/interchaintest/v8 from 8.7.1 to 8.8.1 in /tests/connect

chore(deps): bump github.com/strangelove-ventures/interchaintest/v8 from 8.7.1 to 8.8.1 in /tests/connect #1081

Workflow file for this run

on:
push:
branches: main
pull_request:
branches: main
name: Skip Connect Integration Test
jobs:
connect-test:
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest-x64-xlarge]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- run: make test-connect