From 4883e68b83d357207defb051a0bf7877005a0275 Mon Sep 17 00:00:00 2001 From: Tugdual Saunier Date: Wed, 11 Feb 2026 08:24:25 +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 77d2cd4..7ee2b90 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@v2