Skip to content

[VULN-1598] Bump go version to 1.24.4 #59

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

Merged
merged 3 commits into from
Jun 27, 2025
Merged

Conversation

rahulkaukuntla
Copy link
Contributor

What does this PR do?

Motivation

Additional Notes

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

@rahulkaukuntla rahulkaukuntla marked this pull request as ready for review June 27, 2025 14:11
@rahulkaukuntla rahulkaukuntla requested a review from a team as a code owner June 27, 2025 14:11
@rahulkaukuntla rahulkaukuntla requested a review from dustmop June 27, 2025 14:11
@@ -14,7 +14,7 @@ jobs:
golangci:
strategy:
matrix:
go: [1.23]
go: [1.24]
Copy link
Contributor

Choose a reason for hiding this comment

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

The error message you're seeing in the CI is: the Go language version (go1.23) used to build golangci-lint is lower than the targeted Go version (1.24.4). This is because this config file is using golangci-lint version v1.60 which was built using go1.23. I believe we need to change the version to v1.64.2 which you can see adds "go1.24 support" in the Changelog.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thank you for the catch! i've upgraded golangci-lint to v1.64.2 as suggested, and all of the checks pass now.

Copy link
Contributor

Choose a reason for hiding this comment

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

Awesome, glad that worked.

@rahulkaukuntla rahulkaukuntla requested a review from dustmop June 27, 2025 15:01
@@ -14,7 +14,7 @@ jobs:
golangci:
strategy:
matrix:
go: [1.23]
go: [1.24]
Copy link
Contributor

Choose a reason for hiding this comment

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

Awesome, glad that worked.

@rahulkaukuntla rahulkaukuntla merged commit 71d2523 into main Jun 27, 2025
11 checks passed
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