From cd83190914692eeacc1b029387a79bb1ed75f1ed Mon Sep 17 00:00:00 2001 From: Facundo Farias Date: Mon, 11 May 2026 15:49:19 +0200 Subject: [PATCH] docs: update CI go version reference to 1.25 CLAUDE.md said "Go 1.23 + 1.24" but .github/workflows/ci.yml matrix is now ["1.25"]. Co-Authored-By: Claude Opus 4.7 (1M context) --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index b1600ec..c0c484e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -88,6 +88,6 @@ All handled by `FlexString` or `[]interface{}`. ## Distribution - GoReleaser: `.goreleaser.yaml` (linux/darwin/windows, amd64/arm64) -- CI: `.github/workflows/ci.yml` (Go 1.23 + 1.24, lint, test -race) +- CI: `.github/workflows/ci.yml` (Go 1.25, lint, test -race) - Release: `.github/workflows/release.yml` (tag push triggers GoReleaser) - Examples: `examples/github-actions/` (3 deployment workflow patterns)