From 94f13ed012996a8692477f6d2d8b3195ad3aa5af Mon Sep 17 00:00:00 2001 From: Benjamin Dahlmanns Date: Sat, 17 Feb 2024 20:27:11 +0100 Subject: [PATCH] Update test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92c9f6e..5bfd7b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: test: strategy: matrix: - go-version: ['1.18.x', '1.19.x', '1.20.x'] + go-version: ['1.20.x', '1.21.x', '1.22.x'] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: