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

Make from source: directions wrong #1412

Closed
p1r473 opened this issue May 22, 2024 · 2 comments
Closed

Make from source: directions wrong #1412

p1r473 opened this issue May 22, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@p1r473
Copy link

p1r473 commented May 22, 2024

Describe the bug
Error when trying to make from source

go fmt ./...
make: go: No such file or directory
make: *** [Makefile:13: format] Error 127 

To Reproduce
Steps to reproduce the behavior:

git clone https://github.com/gitleaks/gitleaks.git
cd gitleaks
make build

Expected behavior
Build should succeed

Screenshots
If applicable, add screenshots to help explain your problem.
image

Basic Info (please complete the following information):

  • OS: Debian BOokworm
  • Gitleaks Version: 8.18.2

Additional context
Add any other context about the problem here.

cc @zricethezav

@p1r473 p1r473 added the bug Something isn't working label May 22, 2024
@zricethezav
Copy link
Collaborator

@p1r473 looks like you don't have go installed. I updated the readme to add a comment for installing go

@p1r473
Copy link
Author

p1r473 commented Jun 14, 2024

Yep thanks! That was it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants