1. What version of Delve are you using (`dlv version`)? ``` Delve Debugger Version: 1.8.0 Build: $Id: 6a6c9c332d5354ddf1f8a2da3cc477bd18d2be53 $ ``` 2. What version of Go are you using? (`go version`)? ``` go version go1.17.5 darwin/amd64 ``` 3. What operating system and processor architecture are you using? macos, amd 4. What did you do? I installed dlv-dap using vscode and wanted to update it 5. What did you expect to see? I expected the dlv-dap to have a release in delve and an explanation on how to install it 6. What did you see instead? I saw in the vscode install it installs v1.8.0 via the commit number and saved it in a different file. updating it (using `ugbt install dlv-dap v1.8.0` updated the `dlv` binary instead ugbt == https://github.com/kortschak/ugbt