From db40f229cd6f8533e1343390bf5e159f04eb1729 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 22 Feb 2026 20:15:05 +0000 Subject: [PATCH] chore: pin forge deps to v0.0.1 tags for Go 1.26 compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Go 1.26 rejects non-semver version strings (like 'main') in go.mod. Tags v0.0.1 now exist on all forge repos — workspace still overrides for local development. Co-Authored-By: Virgil --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 78bce30..9ad947f 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module forge.lthn.ai/core/go-git go 1.25.7 require ( - forge.lthn.ai/core/go main + forge.lthn.ai/core/go v0.0.1 github.com/stretchr/testify v1.11.1 )