Version Upgrade
June 6, 2023Less than 1 minute
How to upgrade your project to the latest version?
Video tutorial
- Update the dependencies in your go.mod file to the latest version. (goctls project upgrade)
- Regenerate the makefile using the
goctls extra makefile
command. - Regenerate the dockerfile using the
goctls docker
command. - Update the Ent template using the
goctls extra ent template
command. - Regenerate project files using
make gen-api
andmake gen-rpc
.
Backend UI upgrade
Vben backend UI update reference Synchronization tutorial
Warning
The original git data cannot be deleted, otherwise the code will not be automatically merged.