Skip to content

Commit

Permalink
Merge #282
Browse files Browse the repository at this point in the history
282: Fix CI linter by updating the version r=alallema a=alallema

Update the `golangci/golangci-lint` version because of a `typecheck` error

Co-authored-by: alallema <amelie@meilisearch.com>
  • Loading branch information
bors[bot] and alallema committed Apr 5, 2022
2 parents 4f14edd + 094ccc6 commit fd24eae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v2
with:
version: v1.42
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
version: v1.45.2
- name: Run go vet
run: go vet

Expand Down

0 comments on commit fd24eae

Please sign in to comment.