Skip to content

Commit

Permalink
Fix the required field for go version (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensrinivasan authored Apr 26, 2022
1 parent 0f4b88b commit 3ba1cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The builder workflow [slsa-framework/slsa-github-generator-go/.github/workflows/
| Name | Required | Description |
| ------------ | -------- | ----------- |
| `go-version` | no | The go version for your project. This value is passed, unchanged, to the [actions/setup-go](https://github.com/actions/setup-go) action when setting up the environment |
| `go-version` | yes | The go version for your project. This value is passed, unchanged, to the [actions/setup-go](https://github.com/actions/setup-go) action when setting up the environment |
| `env` | no | A list of environment variables, seperated by `,`: `VAR1: value, VAR2: value`. This is typically used to pass dynamically-generated values, such as `ldflags`. Note that only environment variables with names starting with `CGO_` or `GO` are accepted.|

### Workflow Example
Expand Down

0 comments on commit 3ba1cd3

Please sign in to comment.