Skip to content

Commit

Permalink
bump version of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahkm committed Feb 6, 2025
1 parent d642159 commit f414955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ jobs:
with:
golangci_lint_flags: "--timeout 10m" # We are hitting timeout when there is no cache
go_version: ${{ inputs.go-version }}
golangci_lint_version: v1.59.1
fail_on_error: true
golangci_lint_version: v1.63.4
fail_level: error
reporter: github-pr-review

- name: golangci-lint (internal/orchestrion/_integration)
uses: reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2.7.0
with:
golangci_lint_flags: "--timeout 10m" # We are hitting timeout when there is no cache
go_version: ${{ inputs.go-version }}
golangci_lint_version: v1.59.1
fail_on_error: true
golangci_lint_version: v1.63.4
fail_level: error
reporter: github-pr-review
workdir: internal/orchestrion/_integration

Expand Down

0 comments on commit f414955

Please sign in to comment.