From 4f5079be05c10893a45f51ccc95353ca06d85582 Mon Sep 17 00:00:00 2001 From: Harri Lainio Date: Wed, 15 Oct 2025 12:26:04 +0300 Subject: [PATCH] add latest golang versions to the 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 c606485..fbf72e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: test: strategy: matrix: - go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x] + go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x, 1.25.x] os: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: