From 320bc2c3134f186302df048e8360f8cdc84a72be Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Guerrero Date: Fri, 7 Aug 2026 18:47:23 -0600 Subject: [PATCH] chore(worker): bump einherjar deps to v1.1.0 (framework version alignment) (#1) 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. Reviewed-on: https://code.nochebuena.dev/einherjar/worker/pulls/1 Co-authored-by: Rene Nochebuena Guerrero Co-committed-by: Rene Nochebuena Guerrero --- README.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c42a09a..f9cbc40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # einherjar/worker -[![version](https://img.shields.io/badge/version-v1.0.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/worker) +[![version](https://img.shields.io/badge/version-v1.1.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/worker) [![license](https://img.shields.io/badge/license-AGPL--3.0-22863A?style=flat-square)](LICENSE) [![go](https://img.shields.io/badge/Go-1.26+-00ADD8?style=flat-square&logo=go&logoColor=white)](https://go.dev) diff --git a/go.mod b/go.mod index d3481bd..301b1a9 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module code.nochebuena.dev/einherjar/worker go 1.26 -require code.nochebuena.dev/einherjar/contracts v1.0.0 +require code.nochebuena.dev/einherjar/contracts v1.1.0 diff --git a/go.sum b/go.sum index a70d8d7..dc4b41f 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -code.nochebuena.dev/einherjar/contracts v1.0.0 h1:hRudEtOIqU7vwedYLsCh8+9q5dCnKb61qX+zibqImRU= -code.nochebuena.dev/einherjar/contracts v1.0.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI= +code.nochebuena.dev/einherjar/contracts v1.1.0 h1:GsGr6reyrd9qCc7D8CqbT1LWPTeeK9lT4r4EdsNA5Ro= +code.nochebuena.dev/einherjar/contracts v1.1.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=