Skip to content

chore(deps): bump github.com/cosmos/ibc-go/v7 from 7.3.2 to 7.4.0 #598

chore(deps): bump github.com/cosmos/ibc-go/v7 from 7.3.2 to 7.4.0

chore(deps): bump github.com/cosmos/ibc-go/v7 from 7.3.2 to 7.4.0 #598

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20.4
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
args: --timeout=3m