From dd396a079ef54214f28610e21c1db798ab8e2ec7 Mon Sep 17 00:00:00 2001 From: jackmc Date: Wed, 10 Jul 2024 15:05:48 +0100 Subject: [PATCH] feat: 1.21.x testing --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e5af91..3e00b87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: matrix: go: - 1.22.x + - 1.21.x - 1.18.x name: Test with Go v${{ matrix.go }} steps: