From 3e773a9be57ec4b60074649fae8d2feb376e65e7 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 1 Jan 2026 22:56:17 +0900 Subject: [PATCH] update github workflows --- .github/workflows/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 01823fa..bd11124 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ['1.22', '1.23', '1.24'] + go: ['1.23', '1.24', '1.25'] fail-fast: false env: OS: ${{ matrix.os }} @@ -64,7 +64,7 @@ jobs: strategy: matrix: - go: ['1.22', '1.23', '1.24'] + go: ['1.23', '1.24', '1.25'] fail-fast: false env: OS: windows-latest