Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor build process and update module path and Go version #7

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

naveensrinivasan
Copy link
Member

  • Makefile:

    • Updated the build target to use go build ./pkg/... instead of go build -o bin/bitbom main.go.
  • go.mod:

    • Changed the module path from github.com/turrisxyz/BitBom to github.com/bitbom/bitbom to reflect the new repository location or naming convention.
    • Updated the Go version from 1.22.1 to 1.22.5 to leverage the latest features, improvements, and security patches available in the newer version.

- **Makefile:**
  - Updated the build target to use `go build ./pkg/...` instead of `go build -o bin/bitbom main.go`.

- **go.mod:**
  - Changed the module path from `github.com/turrisxyz/BitBom` to `github.com/bitbom/bitbom` to reflect the new repository location or naming convention.
  - Updated the Go version from `1.22.1` to `1.22.5` to leverage the latest features, improvements, and security patches available in the newer version.

Signed-off-by: naveensrinivasan <[email protected]>
@neilnaveen neilnaveen merged commit 14e13ac into main Jul 15, 2024
1 check passed
@neilnaveen neilnaveen deleted the naveen/fix/names branch July 15, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants