From 153c955de322300b94de3856a2d0ed058867b06c Mon Sep 17 00:00:00 2001 From: Tugdual Saunier Date: Fri, 19 Sep 2025 06:21:41 +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 decbd87..77d2cd4 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@v2