Patch of the coordinated framework release: einherjar modules move to v1.1.0
in lockstep, so auth is bumped alongside the rest.
- go.mod: contracts, core, web -> v1.1.0 (via go get + go mod tidy)
No code or API changes. ModuleVersion() reports v1.1.0 automatically from
build info once tagged. Badge bumped to v1.1.0.
Rene Nochebuena
requested review from CoreDevelopers 2026-08-07 19:31:19 -06:00
Rene Nochebuena
requested review from Agents 2026-08-07 19:31:19 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
chore(auth): bump einherjar deps to v1.1.0 (framework version alignment)
Summary
auth-> v1.1.0 in lockstep.contracts,core,webpinned to v1.1.0 (go get+go mod tidy).Notes
No code or API changes.
ModuleVersion()derives from build info; tagging v1.1.0 suffices.