mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-08 23:12:54 +01:00
Update GolangCI config to go 1.23 and exclude examples
Upgraded the Go version in GolangCI configuration from 1.22 to 1.23. Added the "examples" directory to the exclusion list for linting.
This commit is contained in:
parent
590dfe97e7
commit
e288bcae5e
1 changed files with 2 additions and 1 deletions
|
@ -3,8 +3,9 @@
|
|||
## SPDX-License-Identifier: MIT
|
||||
|
||||
[run]
|
||||
go = "1.22"
|
||||
go = "1.23"
|
||||
tests = true
|
||||
exclude-dirs = ["examples"]
|
||||
|
||||
[linters]
|
||||
enable = ["stylecheck", "whitespace", "containedctx", "contextcheck", "decorder",
|
||||
|
|
Loading…
Reference in a new issue