go-zero
go-zero copied to clipboard
fix: go build path error
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.80%. Comparing base (
8690859) to head (dfef553). Report is 316 commits behind head on master.
Additional details and impacted files
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
The changes is incorrect. goctl generate Dockerfile in the directory where go file resides, but we need to run docker build in the directory where go.mod resides.