Skip to content

Commit

Permalink
ci: upgrade golangci-lint because it was built with go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
  • Loading branch information
eliottness committed Jul 8, 2024
1 parent 891aad4 commit 1177629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--timeout 10m" # We are hitting timeout when there is no cache
go_version: ${{ inputs.go-version }}
golangci_lint_version: v1.52.2
golangci_lint_version: v1.59.1
fail_on_error: true
reporter: github-pr-review

Expand Down

0 comments on commit 1177629

Please sign in to comment.