Skip to content

fix: align lathe template version - #5

Merged
samzong merged 1 commit into
mainfrom
fix/align-lathe-template-version
Aug 16, 2026
Merged

fix: align lathe template version#5
samzong merged 1 commit into
mainfrom
fix/align-lathe-template-version

Conversation

@samzong

@samzong samzong commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

What's changed?

  • Align .lathe-template.yaml's default Lathe version with the generator and runtime pin already used by Makefile and go.mod.

Why

  • lathe init uses the manifest default as the replacement source token. The stale v0.4.4 value no longer exists in the template, so initialization failed before bootstrap.

Verification

  • Red: lathe init against #main exited 1 with replacement token "v0.4.4" not found in go.mod.
  • Green: lathe init against #fix/align-lathe-template-version completed from remote commit 6a138cc2a550abcf8f8d98c77b3ae1f658926e7d.
  • Verified the generated go.mod and Makefile use v0.5.3-0.20260816043253-e33580932a42 and contain no v0.4.4 pin.
  • Generated project: make check.
  • Template repository: make check.

Signed-off-by: samzong <samzong.lu@gmail.com>
@samzong
samzong merged commit 05e44c1 into main Aug 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant