Go sum fix
Version updated for https://github.com/at-wat/go-sum-fix-action to version v0.9.5.
- This action is used across all versions by 292 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The go-sum-fix-action is a GitHub Action designed to automatically update the go.sum file in Go projects, ensuring dependencies are correctly managed and consistent. It streamlines the process of fixing go.sum issues, particularly in automated workflows like Renovate Bot pull requests, by tidying and committing changes. This action helps prevent dependency errors, reduces manual intervention, and supports smooth CI/CD pipelines.
What’s Changed
What’s Changed
- Update golang Docker tag to v1.26 in https://github.com/at-wat/go-sum-fix-action/pull/71
Full Changelog: https://github.com/at-wat/go-sum-fix-action/compare/v0.9.4...v0.9.5