chore: pin forge deps to v0.0.1 tags for Go 1.26 compat
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 <virgil@lethean.io>
This commit is contained in:
parent
094d82f535
commit
2f0be488dd
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -2,4 +2,4 @@ module forge.lthn.ai/core/go-mlx
|
|||
|
||||
go 1.25.5
|
||||
|
||||
require forge.lthn.ai/core/go-inference main
|
||||
require forge.lthn.ai/core/go-inference v0.0.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue