Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow to include symbols in binaries during
package
(#1974)
#### Summary Without the symbols it's hard to validate we're generating FIPS compliant binaries (see cloudquery/cloudquery-issues#2586 and https://github.com/cloudquery/cloudquery/pull/19676/files#diff-3613eb0da60aba72ff182962b6ae3a738e42369d8bed0407cba78ba7cc72f052R101). --- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑🎓 - [ ] Run `go fmt` to format your code 🖊 - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Update or add tests 🧪 - [ ] Ensure the status checks below are successful ✅
- Loading branch information