Skip to content

Commit

Permalink
docs: do not use quotes for GOFLAGS in goreleaser config
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <nscuro@protonmail.com>
  • Loading branch information
nscuro committed Mar 8, 2022
1 parent 43584e4 commit 6a0e8e5
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 @@ -242,7 +242,7 @@ sboms:
env:
- GOARCH={{ .Arch }}
- GOOS={{ .Os }}
- GOFLAGS="-tags=foo,bar"
- GOFLAGS=-tags=foo,bar
```
```yaml
Expand Down

0 comments on commit 6a0e8e5

Please sign in to comment.