You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: