From 5b17f52d9c23ab2da10c58aa746f6690bc53e8ab Mon Sep 17 00:00:00 2001 From: Tugdual Saunier Date: Wed, 11 Feb 2026 08:23:54 +0100 Subject: [PATCH] Add go 1.26 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 8a7f3e6..e20dc3a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,6 +27,7 @@ jobs: - '1.23' - '1.24' - '1.25' + - '1.26' name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v4