zqq-nuli commented on issue #2673: URL: https://github.com/apache/apisix-dashboard/issues/2673#issuecomment-2031047429
hello My go version is 1.16.7 but I still encountered the same error. The specific error message is as follows error for make build ```shell root@VM-0-15-ubuntu:/home/lighthouse/apisix-dashboard# go version go version go1.16.7 linux/amd64 ``` ```error + go build -o ../output/manager-api -ldflags '-X github.com/apisix/manager-api/internal/utils.version=3.0.1 -X github.com/apisix/manager-api/internal/utils.gitHash=4133aa1' ./main.go go: github.com/gin-gonic/[email protected] requires github.com/kr/[email protected]: missing go.sum entry; to add it: go mod download github.com/kr/text + cp ./api/conf/schema.json ./output/conf/schema.json cp: cannot stat './api/conf/schema.json': No such file or directory make: *** [Makefile:39: build] Error 1 ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
