Skip to content

Commit

Permalink
Update golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Oct 2, 2024
1 parent 71b90b4 commit 7de6489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
- uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
with:
version: v1.59.1
version: v1.61.0
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ linters:
- asciicheck
- bidichk
- bodyclose
- canonicalheader
- containedctx
- contextcheck
- copyloopvar
- decorder
- dogsled
- dupl
Expand All @@ -20,7 +22,6 @@ linters:
- errname
- errorlint
- exhaustive
- exportloopref
- fatcontext
- forbidigo
- forcetypeassert
Expand Down Expand Up @@ -50,6 +51,7 @@ linters:
- inamedparam
- ineffassign
- interfacebloat
- intrange
- ireturn
- loggercheck
- makezero
Expand Down Expand Up @@ -94,7 +96,6 @@ linters:
- whitespace
- zerologlint
disable:
- canonicalheader
- cyclop
- depguard
- exhaustruct
Expand All @@ -118,7 +119,6 @@ linters-settings:
- prefix(github.com/twpayne/go-kml)
gofumpt:
extra-rules: true
local-prefixes: github.com/twpayne/go-kml
goimports:
local-prefixes: github.com/twpayne/go-kml
govet:
Expand Down

0 comments on commit 7de6489

Please sign in to comment.