-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Using "features": { "golang": "1.16" } fails with "no valid OpenPGP data found" #1301
Comments
Change to You may also hit this: #1300 (comment) |
I just merged in a change into master that should handle the current situation. Keeping this open for a release to publish the updated script for use in dev container features. //cc @chrmarti @joshspicer |
Publishing Remote-Containers 0.221.0-pre-release including this fix and the one for #1300. Not sure if we expect this to be fixed upstream soon. Let me know if we need this in a regular release and the CLI for Codespaces too. |
As codespaces depends on the pre-packaged scripts right now, would be nice to get a CLI update out @chrmarti |
@chrmarti @joshspicer We still seem to be seeing the problem with I noticed an issue with the updated script that I just fixed. So ideally we'd do another rev of the vscode-dev-containers repos and do a release. Agreed. |
@Chuxel I'm sure this is known/obvious, but just confirming that using
Great to see the quick attention to this, thanks to all. I'm curious what the ordinary turnaround time is for this sort of issue, but don't want to pester (or hold anyone to anything). 😁 |
@brianmhunt Yes, that's the second issue I mention with Remove: go ${go_install_command} -v github.com/go-delve/delve/cmd/dlv@master 2>&1 | tee -a /usr/local/etc/vscode-dev-containers/go.log
mv /tmp/gotools/bin/dlv ${TARGET_GOPATH}/bin/dlv-dap ... or just grab the latest version from script-library/go-debian.sh in this repo. We're currently working on getting a release out since, despite being an upstream problem, its disruptive. The latest Remote - Containers should have the fix now. @joshspicer is working with the Codespaces team as well to get updates there without disrupting anything. |
I can confirm that this appears to be fixed i.e. codespaces with golang now rebuild as expected. |
Excellent! Closing. |

- Reproduces in: Codespaces - Name of Dev Container Definition with Issue: features.golangSteps to Reproduce:
The fastest reproduction is as follows:
The easiest reproduction is to include
"golang": "1.16"
in the code.Both error with:
This occurs with this vanilla devcontainer:
Removing
"golang"
from thefeatures
section and the container builds correctly. Golang can then be installed in a usual way.The text was updated successfully, but these errors were encountered: