mirror of
https://github.com/wneessen/logranger.git
synced 2024-11-22 04:40:49 +01:00
Winni Neessen
e11e5954e3
The Go version in the .golangci.toml has been updated from 1.20 to 1.22. This update ensures that our project stays up-to-date with the latest stable version of Go, providing new features and improvements.
11 lines
No EOL
273 B
TOML
11 lines
No EOL
273 B
TOML
## SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
|
|
##
|
|
## SPDX-License-Identifier: MIT
|
|
|
|
[run]
|
|
go = "1.22"
|
|
tests = true
|
|
|
|
[linters]
|
|
enable = ["stylecheck", "whitespace", "containedctx", "contextcheck", "decorder",
|
|
"errname", "errorlint", "gofmt", "gofumpt"] |