Skip to content

fix: correct ldflags import path in Makefile.version#90

Open
ryazhapov wants to merge 1 commit intoMellanox:mainfrom
ryazhapov:fix/version-ldflags
Open

fix: correct ldflags import path in Makefile.version#90
ryazhapov wants to merge 1 commit intoMellanox:mainfrom
ryazhapov:fix/version-ldflags

Conversation

@ryazhapov
Copy link

Fixes #89

Remove extra /version segment from -X ldflags paths.

Was: .../pkg/utils/version/version.variable
Now: .../pkg/utils/version.variable

Verified with go tool nm and strings — build info is now correctly embedded.

Signed-off-by: ryazhapov <artur@ryazhapov.ru>
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.

fix: wrong ldflags path in Makefile.version

1 participant