Skip to content

[DX] Update Go version requirement to 1.25.0 in CONTRIBUTING.md - #34

Closed
keithfx999 wants to merge 1 commit into
TencentCloudAgentRuntime:mainfrom
keithfx999:fix/dx-808-align-go-version
Closed

[DX] Update Go version requirement to 1.25.0 in CONTRIBUTING.md#34
keithfx999 wants to merge 1 commit into
TencentCloudAgentRuntime:mainfrom
keithfx999:fix/dx-808-align-go-version

Conversation

@keithfx999

Copy link
Copy Markdown
Member

Multica Issue

  • Issue ID: AGE-808
  • Priority: P1
  • Type: DX Auto Fix

Problem

CONTRIBUTING.md states the Go version requirement as "Go 1.21 or later", but go.mod requires go 1.25.0. This is a gap of 4 major versions. Contributors following the documentation would install Go 1.21, then immediately hit build failures when running make build or go install.

Changes

  • Updated CONTRIBUTING.md line 105: Go 1.21 or laterGo 1.25.0 or later

Acceptance Criteria

  • CONTRIBUTING.md Go version requirement matches go.mod
  • Contributors installing Go based on documentation can successfully build the project

Validation

  • Docs manually checked: version now matches go.mod (go 1.25.0)
  • No code changes, no tests or build needed

Risk

Docs-only change. Zero compatibility risk. Corrects a misleading version requirement.

Automation Note

This PR was generated by Agent Sandbox DX Auto Fix Agent based on multica issue AGE-808.

CONTRIBUTING.md stated Go 1.21 but go.mod requires Go 1.25.0.
Contributors following the docs would install a version 4 major
releases behind, causing immediate build failures.

Co-authored-by: multica-agent <github@multica.ai>
@keithfx999 keithfx999 closed this May 13, 2026
@keithfx999
keithfx999 deleted the fix/dx-808-align-go-version branch May 21, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant