Skip to content

Commit

Permalink
chore(ci): bump golang-ci linter (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba authored Jan 29, 2024
1 parent b0683a7 commit 0936200
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,27 @@ jobs:
if: env.GIT_DIFF
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "."
if: steps.git-diff-app.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "types"
if: steps.git-diff-types.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "x/data"
if: steps.git-diff-data.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "x/ecocredit"
if: steps.git-diff-ecocredit.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "x/intertx"
if: steps.git-diff-intertx.outputs.diff

Expand Down

0 comments on commit 0936200

Please sign in to comment.