Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golang docker debug - returns out of docker-compose with exit status 1 - go version too old for delve #81

Closed
Maxrovr opened this issue May 5, 2021 · 3 comments

Comments

@Maxrovr
Copy link

Maxrovr commented May 5, 2021

The go version in the dockerfile for golang docker debug is too old for the delve and exits abruptly with an exit code 1. Two fixes are change go version to the latest or add --check-go-version=false

Reproduce:
run docker-compose up golang

Error: Version of Delve is too old for this version of Go
On: Docker for mac

Tried out the same thing on my Linux Mint. Couldn't repro the same error!!

@marcel-dempers
Copy link
Owner

This issue is stale because it has been open for 30 days with no activity.

@marcel-dempers
Copy link
Owner

This issue was closed because it has been inactive for 10 days since being marked as stale.

@marcel-dempers
Copy link
Owner

Work in progress to update Go to latest + Delve.
Work in progress:
#98

@marceldempers marceldempers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants