Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 9851eab

Browse files
authored
Merge pull request #2067 from alexandear/chore/remove-megacheck
chore: fix golangci-lint warnings
2 parents c1ce518 + 3a4e612 commit 9851eab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/lint_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Lint package
27-
uses: golangci/golangci-lint-action@v5
27+
uses: golangci/golangci-lint-action@v6
2828
with:
2929
version: latest
3030

.golangci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ linters:
3434
- gosimple
3535
- govet
3636
- ineffassign
37-
- megacheck
3837
- misspell
3938
- nakedret
4039
- nolintlint

0 commit comments

Comments
 (0)