Skip to content

fix: make self-update work with unversioned binary - #568

Merged
fzipi merged 1 commit into
coreruleset:mainfrom
theseion:fix-self-update-from-non-versioned
Nov 24, 2025
Merged

fix: make self-update work with unversioned binary#568
fzipi merged 1 commit into
coreruleset:mainfrom
theseion:fix-self-update-from-non-versioned

Conversation

@theseion

Copy link
Copy Markdown
Collaborator

go install will compile from source and no version information will be available. In order to be able to use the self-update mechanism, it has to be able to replace an unversioned binary with a versioned one.

`go install` will compile from source and no version information will be
available. In order to be able to use the self-update mechanism, it has
to be able to replace an unversioned binary with a versioned one.
@theseion
theseion requested a review from fzipi November 24, 2025 15:14
@fzipi
fzipi merged commit af2389e into coreruleset:main Nov 24, 2025
4 checks passed
@theseion theseion added the bug Something isn't working label Nov 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants