From c89c40ab2f57dc3fbf41ae4550c0b3eafc6ecd15 Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Wed, 20 Mar 2024 23:03:51 -0500 Subject: [PATCH] update ibc hooks linter to v1.55.2 --- .github/workflows/ibc-hooks.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ibc-hooks.yml b/.github/workflows/ibc-hooks.yml index 933a0202..fc50c4cd 100644 --- a/.github/workflows/ibc-hooks.yml +++ b/.github/workflows/ibc-hooks.yml @@ -1,19 +1,19 @@ name: ibc-hooks -on: +on: pull_request: paths: - 'modules/ibc-hooks/**' - '.github/workflows/ibc-hooks.yml' env: - LINT_VERSION: v1.52 + LINT_VERSION: v1.55.2 GO_VERSION: 1.21.0 WORKING_DIRECTORY: modules/ibc-hooks jobs: golangci: - name: Linter - runs-on: ubuntu-latest + name: Linter + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -37,4 +37,4 @@ jobs: - name: Test run: go test ./... - working-directory: ${{ env.WORKING_DIRECTORY }} \ No newline at end of file + working-directory: ${{ env.WORKING_DIRECTORY }} \ No newline at end of file