From 69215c42723244dceec72d508fc6c16d0ff8a4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 27 Jun 2024 23:55:26 +0200 Subject: [PATCH] chore: add go 1.21 and 1.22 in ci jobs (#98) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a99e425..ec57fa8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,8 @@ jobs: - '1.18' - '1.19' - '1.20' + - '1.21' + - '1.22' steps: - uses: actions/checkout@v4 with: