jmhodges/Ensure latest Go
Creates PRs of Dockerfiles, .travis.ymls, and actions/setup-go Action steps when a new version of Go is released.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| exclude | A comma-seperated list of file paths to not update. | no | "" |
| dockerfiles | A comma-seperated list of Dockerfiles to update when a new Go version is released. If set, it will override the default behavior of updating any `golang` image Dockerfile in the repo. | no | "" |
| travisfiles | A comma-seperated list of Travis CI config files to update when a new Go version is released. If set, it will override the default behavior of updating (but not creating) the "go" setting in a top-level .travis.yml file. | no | "" |
Outputs
| name | description |
|---|---|
| go_version | The version of Go used to update the configured files. |