From 0350c09fc9eac58c7851656d57251614df518bbd Mon Sep 17 00:00:00 2001 From: Laurent Schaffner Date: Sat, 8 Aug 2026 23:11:26 +0200 Subject: [PATCH] chore: build and release on Go 1.26.5 Only the workflow moves. go.mod stays at 1.22 on purpose: raising it would force every consumer onto a Go release that is weeks old. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/update-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-and-release.yml b/.github/workflows/update-and-release.yml index 77080bcb..6c309b0c 100644 --- a/.github/workflows/update-and-release.yml +++ b/.github/workflows/update-and-release.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.26.5" - name: Setup Node uses: actions/setup-node@v4