Skip to content

build: fix keeper build not using correct working directory#574

Merged
gballet merged 1 commit intogballet:keeper-womirfrom
tellabg:keeper-womir
Mar 23, 2026
Merged

build: fix keeper build not using correct working directory#574
gballet merged 1 commit intogballet:keeper-womirfrom
tellabg:keeper-womir

Conversation

@gballet
Copy link
Copy Markdown
Owner

@gballet gballet commented Mar 23, 2026

The exec.Cmd created for each keeper target was missing the Dir field, causing the build to run from the repo root instead of ./cmd/keeper. This meant compilation errors in cmd/keeper were silently ignored.

The exec.Cmd created for each keeper target was missing the Dir field,
causing the build to run from the repo root instead of ./cmd/keeper.
This meant compilation errors in cmd/keeper were silently ignored.
@gballet gballet merged commit eb9f671 into gballet:keeper-womir Mar 23, 2026
1 check passed
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.

2 participants