chore: Bump go to 1.24.1; Update tool#309
Merged
obalunenko merged 1 commit intomasterfrom Mar 12, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the Go version to 1.24.1 and updates the versions of several Go tools listed in the README to their latest releases.
- Updated Go version base image reference
- Bumped version numbers for fiximports, goimports, golangci-lint, govulncheck, stringer, and tparse
Comments suppressed due to low confidence (6)
README.md:30
- Verify that v0.31.0 of fiximports does not introduce any breaking changes compared to the previous version.
| [fiximports](https://golang.org/x/tools/cmd/fiximports) | v0.31.0 | The fiximports command fixes import declarations to use the canonical import path for packages that have an "import comment" as defined by https://golang.org/s/go14customimport.
README.md:35
- Confirm that the new version of goimports behaves as expected and integrates well with the current codebase formatting rules.
| [goimports](https://golang.org/x/tools/cmd/goimports) | v0.31.0 | Command goimports updates your Go import lines, adding missing ones and removing unreferenced ones
README.md:36
- Ensure that the updated v1.64.7 of golangci-lint is compatible with the project linting configuration and does not trigger new false positives.
| [golangci-lint](https://github.com/golangci/golangci-lint) | v1.64.7 | Fast linters Runner for Go
README.md:42
- Double-check that the upgrade to v1.1.4 for govulncheck does not introduce changes in vulnerability reporting behavior.
| [govulncheck](https://golang.org/x/vuln/cmd/govulncheck) | v1.1.4 | Govulncheck reports known vulnerabilities that affect Go code.
README.md:44
- Review the updated version of stringer (v0.31.0) to ensure no changes in output formatting affect downstream processes.
| [stringer](https://golang.org/x/tools/cmd/stringer) | v0.31.0 | Stringer is a tool to automate the creation of methods that satisfy the fmt.Stringer interface.
README.md:48
- Confirm that the version bump to v0.17.0 for tparse does not alter its behavior in summarizing test outputs.
| [tparse](https://github.com/mfridman/tparse) | v0.17.0 | CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.