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

chore: fix golangci-lint warnings #2067

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
alexandear marked this conversation as resolved.
Show resolved Hide resolved
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 @@ -30,7 +30,6 @@ linters:
- gosimple
- govet
- ineffassign
- megacheck
- misspell
- nakedret
- nolintlint
Expand Down