Skip to content

Commit

Permalink
fix(ci): Upgrade golangci-lint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Aug 1, 2024
1 parent a6ef67c commit ce1c3b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
- name: generate mocks
run: make mock

- name: download dependencies
run: go mod download

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.53
version: v1.59
only-new-issues: true

0 comments on commit ce1c3b5

Please sign in to comment.