Skip to content

Commit

Permalink
fix: replaced golint with golangci-lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHood3082 committed Oct 20, 2024
1 parent a4f44af commit da3ba7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
go-version: ${{ env.LATEST_GO_VERSION }}
check-latest: true

- name: Run golint
run: |
go install golang.org/x/lint/golint@latest
golint -set_exit_status ./...
- name: Run golangci-lint
uses: uses: golangci/golangci-lint-action@v6
with:
version: v1.60

- name: Run staticcheck
run: |
Expand Down

0 comments on commit da3ba7b

Please sign in to comment.