Skip to content

Conversation

@mpenny-github
Copy link
Contributor

@mpenny-github mpenny-github commented Dec 18, 2025

https://go.dev/doc/modules/gomod-ref#go
The go directive in the go.mod file doesn't include the patch number.

go: errors parsing go.mod:
/tmp/brew2deb/packages/glb-director/tmp-build/glb-director.git/src/glb-healthcheck/go.mod:3: invalid go version '1.24.5': must match format 1.23

Copilot AI review requested due to automatic review settings December 18, 2025 16:51
Copy link
Contributor

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 version directive in the go.mod file to follow Go's module specification, which requires only the major and minor version numbers without the patch number.

Key Changes

  • Removed the patch version number from the go directive in go.mod, changing go 1.24.5 to go 1.24

💡 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