-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Go install not working - Must match format (WSL) #2661
Comments
This seems like the exact opposite of #2639, unless I'm missing something. 🤔 |
Oh it does indeed, interesting... I wonder if there's a work around |
Unfortunately, the Go team seems to lock resolved issues, otherwise I would seek clarification about that suggestion. Is this a known issue? Is there an obvious solution? Idk. |
The only solution I found was altering the version from 1.22.0 -> 1.22 so I'm not too sure |
For posterity, this seems to be a frustrating compatibility issue between versions of Go mod. Newer versions want x.x.x, older versions want x.x. |
TruffleHog Version
3.72.0
Expected Behavior
When
go install
is ran - for it to install all go packages and modules necessary.Actual Behavior
Environment
OS: Windows Subsystem for Linux (WSL)
Version: WSL version: 2.1.5.0
Fix
Alter go.mod:3 from
go 1.22.0
->go 1.22
The text was updated successfully, but these errors were encountered: