From ece257e08e13b82cf0a2a5084f503c8d2e474e2b Mon Sep 17 00:00:00 2001 From: Guilherme Salazar Date: Wed, 13 Mar 2024 15:13:20 -0300 Subject: [PATCH] ci(actions): bump & add go versions to matrix --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0b36d3..ef10168 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,8 +15,7 @@ jobs: strategy: matrix: - include: - - golang: '^1.18' + golang: ["1.21", "1.22"] steps: - uses: actions/checkout@v4