imjoey opened a new pull request #1200: URL: https://github.com/apache/apisix-dashboard/pull/1200
Signed-off-by: imjoey <[email protected]> Please answer these questions before submitting a pull request - Why submit this pull request? - [x] Bugfix - [ ] New feature provided - [ ] Improve performance - Related issues Fixes #1185 . ___ ### Bugfix - Description As described in #1185 , currently running `make api-run` cannot show out the relevant `Version` and `GitHash` details. The reason is not setting `-ldflags` for `go run` command. - How to fix? This PR is going to add missing output values for `api-run`, via running an enhance version of `api/build.sh`. The new build script could support the dry-run mode without `go build`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
