tisonkun commented on PR #316:
URL: 
https://github.com/apache/skywalking-banyandb/pull/316#issuecomment-1687353608

   @wu-sheng what version of Golang you use? I do:
   
   ```
   ➜  skywalking-banyandb git:(main) git pull
   Already up to date.
   ➜  skywalking-banyandb git:(main) make check-req
   /Users/tison/Brittani/skywalking-banyandb/scripts/build/../../bin/ginkgo -v  
-tags "" ./...
   === RUN   TestGoVersion
   --- PASS: TestGoVersion (0.02s)
   PASS
   
   Ginkgo ran 1 suite in 913.153417ms
   Test Suite Passed
   npm install 
   
   up to date, audited 133 packages in 1s
   
   22 packages are looking for funding
     run `npm fund` for details
   
   found 0 vulnerabilities
   ➜  skywalking-banyandb git:(main) make generate
   --- api: generate ---
   --- ui: generate ---
   npm install 
   
   up to date, audited 133 packages in 1s
   
   22 packages are looking for funding
     run `npm fund` for details
   
   found 0 vulnerabilities
   --- banyand: generate ---
   prog.go:12:2: missing go.sum entry for module providing package 
github.com/golang/mock/mockgen/model; to add:
        go mod download github.com/golang/mock
   prog.go:12:2: missing go.sum entry for module providing package 
github.com/golang/mock/mockgen/model; to add:
        go mod download github.com/golang/mock
   prog.go:14:2: no required module provides package 
github.com/apache/skywalking-banyandb/pkg/bus: go.mod file not found in current 
directory or any parent directory; see 'go help modules'
   prog.go:12:2: no required module provides package 
github.com/golang/mock/mockgen/model: go.mod file not found in current 
directory or any parent directory; see 'go help modules'
   2023/08/22 11:16:40 Loading input failed: exit status 1
   queue/queue.go:29: running "mockgen": exit status 1
   make[1]: *** [generate] Error 1
   make: *** [default] Error 1
   ```
   
   ```
   $ go version
   go version go1.20.6 darwin/arm64
   ```


-- 
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]

Reply via email to