Skip to content

Commit

Permalink
v2 fix: bump version of golangci-lint (#3161)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahkm committed Feb 7, 2025
1 parent b780f9e commit 41d4da6
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 @@ -58,17 +58,17 @@ jobs:
# uses: reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2.7.0
# with:
# 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 41d4da6

Please sign in to comment.