From 6572380ee4cf4458b11802383a68f190513282fe Mon Sep 17 00:00:00 2001 From: Pawel Krolikowski Date: Mon, 4 Mar 2024 15:43:17 -0300 Subject: [PATCH] CI to test in 1.21 and 1.22 Not updating Go version in go.mod since we don't need any new functionalities. --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 151c0a0..63942bc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,9 +16,9 @@ jobs: strategy: matrix: - go: ["1.19.x", "1.20.x"] + go: ["1.21.x", "1.22.x"] include: - - go: 1.20.x + - go: 1.22.x latest: true steps: