From be0d9d5ce00538d381c6b94e82d0e45374dc39b7 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 31 Oct 2024 18:10:23 +0200 Subject: [PATCH] Added go 1.23.x in the version matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83a8234..ef07d01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.20', '1.21', '1.22.x' ] + go-version: [ '1.21', '1.22', '1.23.x' ] steps: - uses: actions/checkout@v4