GoogleContainerTools / container-debug-support

Language-runtime support files for in-container debugging
Apache License 2.0
93 stars 25 forks source link

feat(go): support Go 1.19 and Delve 1.9.1 #119

Closed briandealwis closed 2 years ago

briandealwis commented 2 years ago

Add support for Go 1.19 by updating to Delve 1.9.1. Although Delve 1.9.1 drops support for older versions of Go, our tests show that it does still work.

Fixes #118