Skip to content

Update Go version and dependencies to latest #463

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 2 commits into from
Apr 29, 2025

Conversation

yoheimuta
Copy link
Owner

Upgrade Go to version 1.24.2 and update several dependencies to their latest versions. Improve error logging in test cases for better clarity.

@yoheimuta yoheimuta requested a review from Copilot April 29, 2025 09:36
Copy link

@Copilot 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 updates the Go version and several dependencies while improving error logging in test cases.

  • Upgrade Go version to 1.24.2 in CI workflows.
  • Update error logging formats in various test files for clearer output.
  • Add an extra error check in a utility test case for improved robustness.

Reviewed Changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.

Show a summary per file
File Description
linter/visitor/hasExtendedVisitor_test.go Updated error logging to use t.Errorf("%v", err)
internal/linter/report/reporters/ciReporter_test.go Updated error logging to use formatted output ("%v", err)
internal/addon/rules/util_test.go Updated error logging and added error check after retrieving data
internal/addon/rules/indentRule_test.go Updated error logging to use t.Errorf("%v", err) throughout
internal/addon/rules/importsSortedRule_test.go Updated error logging with formatted output and added nil-check
internal/addon/rules/fileNamesLowerSnakeCaseRule_test.go Updated error logging; one instance calls err.Error() before formatting
internal/addon/plugin/externalRule.go Changed error logging to use a formatting string ("%s", f.Message)
.github/workflows/publish_wheel.yml Updated Go version to 1.24.2
.github/workflows/goreleaser.yml Updated Go version to 1.24.2
.github/workflows/go.yml Updated Go version to 1.24.2
Files not reviewed (1)
  • go.mod: Language not supported

@yoheimuta yoheimuta merged commit 582776e into master Apr 29, 2025
6 checks passed
@yoheimuta yoheimuta deleted the go_modules/golang.org/x/net-0.38.0 branch April 29, 2025 09:37
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