Skip to content

chore: update to Go 1.24.6 [IDE-1377] #400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rrama
Copy link
Contributor

@rrama rrama commented Aug 8, 2025

make generate was broken before I updated the version, so I haven't run it. Bit of a running theme...

Copy link

snyk-io bot commented Aug 8, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

Copy link

snyk-io bot commented Aug 8, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

@rrama rrama marked this pull request as ready for review August 8, 2025 15:49
@rrama rrama requested review from a team as code owners August 8, 2025 15:49
@@ -1,6 +1,6 @@
module github.com/snyk/go-application-framework

go 1.24
go 1.24.6
Copy link

Choose a reason for hiding this comment

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

Bug: Go Module Versioning Error

The go directive in go.mod was incorrectly updated to go 1.24.6. The go directive must only specify the major.minor version (e.g., go 1.24), as it does not accept patch numbers. This violates Go module conventions and may cause issues with Go tooling.

Fix in Cursor Fix in Web

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