chore(worker): bump einherjar deps to v1.1.0 (framework version alignment)
Patch of the coordinated framework release: einherjar modules move to v1.1.0 in lockstep, so worker is bumped alongside the rest. - go.mod: contracts -> 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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# einherjar/worker
|
# einherjar/worker
|
||||||
|
|
||||||
[](https://code.nochebuena.dev/einherjar/worker)
|
[](https://code.nochebuena.dev/einherjar/worker)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://go.dev)
|
[](https://go.dev)
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ module code.nochebuena.dev/einherjar/worker
|
|||||||
|
|
||||||
go 1.26
|
go 1.26
|
||||||
|
|
||||||
require code.nochebuena.dev/einherjar/contracts v1.0.0
|
require code.nochebuena.dev/einherjar/contracts v1.1.0
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
code.nochebuena.dev/einherjar/contracts v1.0.0 h1:hRudEtOIqU7vwedYLsCh8+9q5dCnKb61qX+zibqImRU=
|
code.nochebuena.dev/einherjar/contracts v1.1.0 h1:GsGr6reyrd9qCc7D8CqbT1LWPTeeK9lT4r4EdsNA5Ro=
|
||||||
code.nochebuena.dev/einherjar/contracts v1.0.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=
|
code.nochebuena.dev/einherjar/contracts v1.1.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=
|
||||||
|
|||||||
Reference in New Issue
Block a user