log-cache-release
log-cache-release copied to clipboard
Modernize packaging scripts
Description
- Adds shebang directive for the default shell (used when the directive is missing).
- Ignore shellcheck warnings related to missing
compile.envsource files. - Removes unnecessary GOPATH export.
- Removes
-mod=vendorflag fromgo buildcommand, as that flag is on by default in recent versions of Go.
Type of change
- [x] Maintenance chore
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
Testing performed?
- [ ] Unit tests
- [ ] Integration tests
- [ ] Acceptance tests
Checklist:
- [x] This PR is being made against the
mainbranch, or relevant version branch - [x] I have made corresponding changes to the documentation
- [x] I have added testing for my changes
⚠️ I have not tested this at all ⚠️