Skip to content

Commit f186347

Browse files
committed
go: add missing path dependency for migration tool
The migration tool references source code in the k8s/ but the workflow doesn't. This causes errors when `go mod tidy` is executed Signed-off-by: Ivo Jimenez <[email protected]>
1 parent 4feea9f commit f186347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/redpanda-migration-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
paths:
2020
- .github/workflows/redpanda-migration-build.yml
2121
- src/go/cluster-to-redpanda-migration
22+
- src/go/k8s/
2223

2324
jobs:
2425
test:

0 commit comments

Comments
 (0)