From f12c947c91dda50f48216133e9121d5a195843d7 Mon Sep 17 00:00:00 2001 From: Tugdual Saunier Date: Fri, 19 Sep 2025 06:10:14 +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 ea84b4d..7b817fb 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: -