From f44169c8b2d7c893483e0d6d4dd190dd3316adb8 Mon Sep 17 00:00:00 2001 From: Cuong Manh Le Date: Thu, 5 Mar 2026 17:03:12 +0700 Subject: [PATCH] Use go1.25 for CI --- .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 93be810..fa3487f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: ["windows-latest", "ubuntu-latest", "macOS-latest"] - go: ["1.24.x"] + go: ["1.25.x"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3