v2.18.0: final v2 — migrate-v3 bridge to github.com/gothicframework +…#30
Merged
Conversation
felipegenef
force-pushed
the
release/v2.18.0-migrate-v3
branch
from
July 11, 2026 00:01
f934c0b to
4e2a9c8
Compare
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gothic Framework has moved 🚚
Important
This repository (
felipegenef/gothicframework) holds the v1 / v2 history and is no longer actively developed. Gothic v3 was rewritten and split into focused modules under a new organization, and the CLI was renamedgothicframework→gothic.Gothic Framework is a developer-first toolset for building fast, scalable, modern web apps in Go with the GOTTH stack — Go, TailwindCSS, Templ, and HTMX.
Where everything lives now (v3)
gothicframework/cligothiccommand (scaffold, dev, build, deploy)gothicframework/coregothicframework/componentsRuntimeScripts,Styles,OptimizedImage, …)gothicframework/middlewaresInstall the v3 CLI
The libraries version independently of the CLI — you never add them by hand.
gothic initscaffolds a project that imports them at the right versions.Already on v2? Migrate in one command
From your existing v2 project root, using this (final) v2 CLI:
That command installs the new
gothicCLI, runs the migration for you, and then hands you over to the new command name. Equivalently, if you already installed the v3 CLI:go install github.com/gothicframework/cli/v3/cmd/gothic@latest gothic migrate-v3 # add --dry-run to previewAfter migrating, use
gothicinstead ofgothicframework:gothicframework devgothic devgothicframework buildgothic buildgothicframework deploygothic deploySee the v3 CLI repo for the full list of breaking changes and new features (OpenTofu-based deploys, Go-based config, the rearchitected WASM runtime, and more).
v1 / v2 reference
The last v2 release (v2.18.0) is this repository at its final state: the full v2 toolchain plus the
migrate-v3bridge above. Older tags remain available for historical reference. For anything new, start with the v3 CLI.