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

Fix Makefile Go module base path detection #150

Merged
merged 1 commit into from
Dec 7, 2022

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Dec 7, 2022

Replace go list . with go list -m to reflect that most projects now no longer contain a doc.go file in the project root.

This change fixes the broken version "stamping" that the Makefile applies at project build time.

refs atc0005/todo#46

Replace `go list .` with `go list -m` to reflect that most projects
now no longer contain a doc.go file in the project root.

This change fixes the broken version "stamping" that the Makefile
applies at project build time.

refs atc0005/todo#46
@atc0005 atc0005 added bug Something isn't working builds labels Dec 7, 2022
@atc0005 atc0005 added this to the Next Release milestone Dec 7, 2022
@atc0005 atc0005 self-assigned this Dec 7, 2022
@atc0005 atc0005 merged commit 3d2d7e3 into master Dec 7, 2022
@atc0005 atc0005 deleted the fix-makefile-go-module-base-path-detection branch December 7, 2022 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working builds
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant