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

Golang devtools: Iterate on our default ldflags #1561

Open
bendiknesbo opened this issue Dec 28, 2023 · 1 comment
Open

Golang devtools: Iterate on our default ldflags #1561

bendiknesbo opened this issue Dec 28, 2023 · 1 comment
Labels
technical debt Issue relates to technical debt

Comments

@bendiknesbo
Copy link
Contributor

By default, our ldflags sets some unexported variables in an internal/version package, which means it's not easy to e.g. log it during startup.

We should also reconsider which variables we really want, where we want them places (or how to configure other locations), and if we want to use ldflags at all, instead of -buildvcs=true.

@bendiknesbo bendiknesbo added the technical debt Issue relates to technical debt label Dec 28, 2023
@nhhagen
Copy link
Member

nhhagen commented Mar 11, 2024

@bendiknesbo can you follow up on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt Issue relates to technical debt
Projects
None yet
Development

No branches or pull requests

2 participants