Skip to content

Commit

Permalink
tests: bump golangci-lint to v1.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremmfr committed Jun 27, 2024
1 parent 613b07d commit cc0436d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.0
version: v1.59.1
args: -c .golangci.yml -v
9 changes: 0 additions & 9 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ linters:
enable-all: true
disable:
# deprecated
- interfacer # deprecated 1.38.0
- maligned # deprecated 1.38.0
- scopelint # deprecated 1.39.0
- golint # deprecated 1.41.0
- exhaustivestruct # deprecated 1.46.0
- ifshort # deprecated 1.48.0
- deadcode # deprecated 1.49.0
- structcheck # deprecated 1.49.0
- varcheck # deprecated 1.49.0
- execinquery # deprecated 1.58.0
- gomnd # deprecated 1.58.0
# unwanted
Expand Down

0 comments on commit cc0436d

Please sign in to comment.