multi: use Go version 1.22.5 throughout

This commit is contained in:
ffranr
2023-11-20 18:13:01 +00:00
parent b7c59b36a7
commit d7a81a1fe3
4 changed files with 11 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ linters-settings:
- G306 # Poor file permissions used when writing to a new file.
staticcheck:
go: "1.21"
go: "1.22.5"
checks: ["-SA1019"]
lll: