Skip to content

Commit c34c5cf

Browse files
timvwclaude
andcommitted
docs: document Go support policy (latest two releases)
Updates README and CONTRIBUTING to reflect current Go version support: - README: Update minimum Go version from 1.21+ to 1.24+ - README: Document that we support and test the latest two releases (1.24, 1.25) - CONTRIBUTING: Update CI section to reflect Go 1.24 and 1.25 testing This aligns documentation with the actual CI testing implemented in PR #11. Resolves beads-oss-tasks-8vz 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5d9f986 commit c34c5cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The `main` branch is protected and requires:
113113
### Continuous Integration
114114

115115
Every push triggers:
116-
- Tests on Go 1.21, 1.22, 1.23
116+
- Tests on Go 1.24 and 1.25 (latest two releases)
117117
- Linting with golangci-lint
118118
- Build verification
119119
- Cross-compilation checks

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ just build-all # Cross-compile for multiple platforms
209209

210210
### For Building from Source
211211

212-
- Go 1.21+
212+
- Go 1.24+ (we support and test the latest two Go releases: 1.24 and 1.25)
213213
- `just` (optional, for using the justfile)
214214

215215
## How It Works

0 commit comments

Comments
 (0)