Skip to content

Commit

Permalink
Merge pull request #2067 from alexandear/chore/remove-megacheck
Browse files Browse the repository at this point in the history
chore: fix golangci-lint warnings
  • Loading branch information
RicePatrick authored Nov 26, 2024
2 parents c1ce518 + 3a4e612 commit 9851eab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Lint package
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: latest

Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ linters:
- gosimple
- govet
- ineffassign
- megacheck
- misspell
- nakedret
- nolintlint
Expand Down

0 comments on commit 9851eab

Please sign in to comment.