Skip to content

chore: Bump go to 1.24.1; Update tool#309

Merged
obalunenko merged 1 commit intomasterfrom
develop/bump_g
Mar 12, 2025
Merged

chore: Bump go to 1.24.1; Update tool#309
obalunenko merged 1 commit intomasterfrom
develop/bump_g

Conversation

@obalunenko
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 12, 2025 21:41
Copy link
Copy Markdown
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 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.

@obalunenko obalunenko merged commit e189cca into master Mar 12, 2025
4 checks passed
@obalunenko obalunenko deleted the develop/bump_g branch March 12, 2025 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants