Skip to content

Fix invalid go version format in go.mod (1.25.5 -> 1.23)#2

Open
MichaelMVS wants to merge 1 commit intorix4uni:mainfrom
MichaelMVS:fix-go-version
Open

Fix invalid go version format in go.mod (1.25.5 -> 1.23)#2
MichaelMVS wants to merge 1 commit intorix4uni:mainfrom
MichaelMVS:fix-go-version

Conversation

@MichaelMVS
Copy link
Copy Markdown

Fix invalid go version format in go.mod.

The go directive was set to 1.25.5 which is not a valid Go version format. Go versions must match the format 1.23 (major.minor only). This change corrects it to 1.23.

Copilot AI review requested due to automatic review settings April 13, 2026 04:08
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects the go directive in go.mod to use a valid Go version format (major.minor), ensuring the module can be parsed and built correctly by Go tooling.

Changes:

  • Updated the go directive from an invalid patch version format (1.25.5) to a valid major.minor format (1.23).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants