Skip to content

Commit 1eaabe0

Browse files
committed
fix(ci): upgrade bd CLI from v0.57.0 to v1.0.0 to fix crystallizes column error (gt-9wg)
TestSchedulerAutoConvoyCreation fails because bd@v0.57.0 references the 'crystallizes' column in its SELECT query, but migration 012 (included in beads v1.0.0) drops that column from the issues table. Upgrading the bd CLI to v1.0.0 aligns the binary with the go.mod library version, where IssueSelectColumns no longer references the dropped column.
1 parent 037a1e7 commit 1eaabe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175

176176
- name: Install beads (bd)
177177
if: steps.cache-beads-int.outputs.cache-hit != 'true'
178-
run: go install github.com/steveyegge/beads/cmd/bd@v0.57.0
178+
run: go install github.com/steveyegge/beads/cmd/bd@v1.0.0
179179

180180
- name: Install gotestsum
181181
run: go install gotest.tools/gotestsum@latest

0 commit comments

Comments
 (0)