Skip to content

Commit

Permalink
disable lint for ibc-go v8
Browse files Browse the repository at this point in the history
Signed-off-by: Naohiro Yoshida <[email protected]>
  • Loading branch information
Naohiro Yoshida committed May 7, 2024
1 parent 798d074 commit 64b5b81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
args: --timeout=5m0s
# still using the deprecated types in ibc-go v8
args: --timeout=5m0s --disable staticcheck
- name: test
run: go test -v ./...
e2e:
Expand Down

0 comments on commit 64b5b81

Please sign in to comment.