protocol: migrate module identity to private Gitea
Verify Protocol / module (push) Successful in 13s
Verify Protocol / verify (push) Successful in 28s

This commit is contained in:
sechmachine
2026-07-22 01:31:29 +07:00
parent c93d4a797e
commit 4e34105f72
10 changed files with 48 additions and 5 deletions
+7
View File
@@ -25,3 +25,10 @@ Generated files under `gen/` are never edited by hand. `VERSION`,
`compatibility.json`, and the content-addressed fixture manifest identify the
release inputs. A Protocol release candidate is not valid until all consumers
report the same fixture hash and clean-checkout regeneration evidence.
## Private Go module
The canonical Go module is
`git.sechmachine.io.vn/sechmachine/VerseVDI-Protocol`. Private consumers must
resolve an exact Gitea tag and must not use a filesystem `replace`; the Gitea
workflow verifies this module identity and builds the Go packages on Linux.