Skip to content

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

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 #21

Workflow file for this run

on:
push:
branches: main
pull_request:
branches: main
name: Unit Tests
jobs:
test:
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- run: go test ./...