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: fix package name for build env variables #152

Merged
merged 1 commit into from
Sep 28, 2022
Merged

Conversation

guggero
Copy link
Member

@guggero guggero commented Sep 28, 2022

We moved the version.go file from the build package to the main package in a previous PR. To set the build variables like commit name, commit hash and Golang version, we need to modify the ldflags build parameter.

We moved the `version.go` file from the `build` package to the main
package in a previous PR. To set the build variables like commit name,
commit hash and Golang version, we need to modify the ldflags build
parameter.
@guggero guggero marked this pull request as ready for review September 28, 2022 15:14
@guggero guggero merged commit 31a7d4f into main Sep 28, 2022
@guggero guggero deleted the compile-with-tag branch September 28, 2022 15:19
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.

None yet

2 participants