build: bump to go 1.22.3

This commit is contained in:
Andras Banki-Horvath
2024-07-12 09:09:01 +02:00
parent f2f4ed2ab0
commit baaf099b6d
4 changed files with 48 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ env:
# https://github.com/golang/go/issues/51799). There was a race condition
# introduced with go 1.16.10 that causes the unit tests to fail (could also
# happen in production).
GO_VERSION: 1.19.2
GO_VERSION: 1.22.3
jobs:
########################