From e11e5954e3c815d2cd6b4380182fc90267c43ce2 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 8 Feb 2024 16:16:03 +0100 Subject: [PATCH] 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. --- .golangci.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.toml b/.golangci.toml index ef4d48a..35a79a3 100644 --- a/.golangci.toml +++ b/.golangci.toml @@ -3,7 +3,7 @@ ## SPDX-License-Identifier: MIT [run] -go = "1.20" +go = "1.22" tests = true [linters]