mirror of
https://github.com/wneessen/logranger.git
synced 2024-11-22 12:50:50 +01:00
Update Go version in .golangci.toml
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.
This commit is contained in:
parent
a20b6c64c6
commit
e11e5954e3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
## SPDX-License-Identifier: MIT
|
## SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
[run]
|
[run]
|
||||||
go = "1.20"
|
go = "1.22"
|
||||||
tests = true
|
tests = true
|
||||||
|
|
||||||
[linters]
|
[linters]
|
||||||
|
|
Loading…
Reference in a new issue