From 185125b27e0140cd82bf0daaef2879682d8f2aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Karela=20Proch=C3=A1zka?= Date: Mon, 19 Feb 2024 12:52:54 +0100 Subject: [PATCH] Add Go 1.22 to CI test matrix --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 08bcf2d..c1caf64 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -23,7 +23,7 @@ jobs: matrix: # version must be string, otherwise it will be converted to float # and the trailing zero will be removed. 1.20 -> 1.2 - go-version: [ "1.21" ] + go-version: [ "1.21", "1.22" ] postgres-version: [ 16, 15, 14, 13, 12, 11 ] # Ensure that all combinations of Go and Postgres versions will run continue-on-error: true