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
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!!
The text was updated successfully, but these errors were encountered:
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!!
The text was updated successfully, but these errors were encountered: