From a8a9819e954519630ccc08541b386ca4992ed472 Mon Sep 17 00:00:00 2001 From: Tugdual Saunier Date: Fri, 19 Sep 2025 06:20:55 +0200 Subject: [PATCH] Add go 1.25 to the supported versions --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fd04f7c..8a7f3e6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,6 +26,7 @@ jobs: - '1.22' - '1.23' - '1.24' + - '1.25' name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v4