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:
Winni Neessen 2024-02-08 16:16:03 +01:00
parent a20b6c64c6
commit e11e5954e3
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -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]