From 59f562704957a57b716e7c37683b8d42d57b828c Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 13 Aug 2025 13:47:20 -0700 Subject: [PATCH] CI: add go 1.25, drop 1.23 Since Go 1.25 is out, 1.23 is no longer officially supported. Signed-off-by: Kir Kolyshkin --- .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 78c4cd24..0077cf12 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.18.x, 1.23.x, 1.24.x] + go-version: [1.18.x, 1.24.x, 1.25.x] platform: [ubuntu-22.04, ubuntu-24.04, windows-latest, macos-13, macos-14, macos-15] runs-on: ${{ matrix.platform }} defaults: