From 41cb852c5e61b3c223953925886ce33f89f5c17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Montgomery=20Edwards=E2=81=B4=E2=81=B4=E2=81=B8?= <57072051+x448@users.noreply.github.com> Date: Sun, 5 Jul 2026 17:06:26 -0500 Subject: [PATCH] Add Go 1.25 and 1.26 to ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cb8853..a38554d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - go-version: [1.17, 1.23, 1.24] # oldest supported version and latest 2 versions + go-version: [1.17, 1.25, 1.26] # oldest supported version and latest 2 versions runs-on: ${{ matrix.os }} permissions: contents: read