Burrow icon indicating copy to clipboard operation
Burrow copied to clipboard

no matching versions for query "latest"

Open leesongwon opened this issue 1 year ago • 0 comments

hello i have a problem. i want to run burrow local or docker. but when follow readme.md, It gives the following error on local and docker too.

#0 8.797 go: github.com/linkedin/Burrow imports #0 8.797 github.com/linkedin/Burrow/core: no matching versions for query "latest"

failed to solve: process "/bin/sh -c go mod tidy && go build -o /tmp/burrow ." did not complete successfully: exit code: 1

This is an error that appears when running docker compose. The key is the following line:github.com/linkedin/Burrow/core: no matching versions for query "latest" Even when running locally, the same error occurs as above. ( I installed go version 1.21 locally. ) If it doesn't work in Docker, it doesn't seem to be a Go version issue. How do I resolve it?

leesongwon avatar Feb 23 '24 02:02 leesongwon