Skip to content

Commit 1bbc67e

Browse files
SniderCladius Maximus
andcommitted
chore(repo): refresh submodules + go.work hygiene (Phase 2 cascade unblock)
- git submodule update on external/* to current dev tips - go.work paths fixed for Phase 1 /go/ subtree layout where stale - go.work go-version bumped 1.26.0 → 1.26.2 to match submodule floor Workspace-mode build (`go build ./...`) is the verification path. Some repos may surface transitive dep issues (api/go.sum checksum drift, etc.) which are separate cascade tickets — not blocking this metadata refresh. Co-Authored-By: Cladius Maximus <cladius@lethean.io>
1 parent 5a6fb31 commit 1bbc67e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

external/go-io

Submodule go-io updated 1 file

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ go 1.26.2
1111
use (
1212
./go
1313
./external/go
14-
./external/go-io
14+
./external/go-io/go
1515
)

0 commit comments

Comments
 (0)