From 78a688e3e397851af6ceab8e47a7dfe70ca9e413 Mon Sep 17 00:00:00 2001 From: Tugdual Saunier Date: Wed, 11 Feb 2026 08:19:37 +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 7b817fb..17d48aa 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: -