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>
This commit is contained in:
parent
2ac1b10257
commit
06c0c783fb
2 changed files with 2 additions and 2 deletions
2
external/go
vendored
2
external/go
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit d661b703e16183b3cbab101de189f688888a1174
|
||||
Subproject commit b48b896b1e6216e95c8f1dfc6490b1763eedd8fb
|
||||
2
go.work
2
go.work
|
|
@ -1,4 +1,4 @@
|
|||
go 1.26.0
|
||||
go 1.26.2
|
||||
|
||||
use (
|
||||
./go
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue