no matching versions for query "latest"
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4k
- Forks
- 818
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with README.md and the Docker Compose build path, then reproduce the failure with Go 1.21 using `go mod tidy` and `go build`. Compare the local and Docker instructions and verify that both paths complete successfully without the `github.com/linkedin/Burrow/core` version error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100