From b97644aacbae117b1be1b4e2c7016cf66def2b52 Mon Sep 17 00:00:00 2001 From: Tugdual Saunier Date: Sun, 30 Mar 2025 15:17:35 +0200 Subject: [PATCH] Add Go 1.23 and 1.24 to the CI matrix --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6718a2e..e09280f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,6 +16,8 @@ jobs: - '1.20' - '1.21' - '1.22' + - '1.23' + - '1.24' name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v2