From 10f44c8bc4c73260522ea9cf04d9a8186393cc1a Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Tue, 26 Aug 2025 09:40:02 +0900 Subject: [PATCH] Add Go 1.25 to CI matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b36d1fa..e719567 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: - '1.22' - '1.23' - '1.24' + - '1.25' steps: - name: Checkout uses: actions/checkout@v5