at-wat/Go sum fix
Update go.sum.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. | yes | — |
| git_user | User name of commit author. | yes | — |
| git_email | E-mail address of commit author. | yes | — |
| commit_style | Commit style. (add|squash) | — | — |
| commit_message | Commit message. | — | — |
| push | Push to the branch? (no|yes|force) | — | — |
| goprivate | Set GOPRIVATE. | — | — |
| go_mod_paths | Space separated list of the paths to the directories of go.mod. Automatically detected by default. | — | — |
| check_previously_tidied | Check that previous commit is go mod tidy-ed. Defaults to true. Note that disabling this check may cause infinite loop of bot push when base branch is not tidied. (true|false) | — | — |
| update_import_path | [DEPRECATED] Automatically update package import path. | — | — |
| monorepos | Packages to automatically update submodule versions tagged to the same commit. | — | — |
| check_no_indirect_diffs | Check that indirect dependencies aren't updated. Defaults to true. Note that disabling this check may cause infinite push loop. (true|false) | — | — |
Outputs
no outputs