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

Remove go generate and fix docker build #455

Merged
merged 5 commits into from
Oct 11, 2024

Conversation

mattjohnsonpint
Copy link
Member

Description

This updates the runtime such that we no longer need to call go generate before building.

Instead, the runtime version is passed via -ldflags. If none are passed, we presume we're in dev, and thus use git at run time to describe the version.

It also fixes the docker build, which was broken.

@mattjohnsonpint mattjohnsonpint requested a review from a team as a code owner October 11, 2024 19:25
@mattjohnsonpint mattjohnsonpint enabled auto-merge (squash) October 11, 2024 19:26
@mattjohnsonpint mattjohnsonpint merged commit 7ea5cb0 into main Oct 11, 2024
80 checks passed
@mattjohnsonpint mattjohnsonpint deleted the mjp/rework-runtime-versioning branch October 11, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants