devcontainers / devcontainers/features
Support RC versions in the go feature
Open
gathering-community-feedback
- Dominant language
- Shell
- Stars
- 1.5k
- Forks
- 621
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 4
Description
By tweaking the go install script then go release candidates could be installed.
```
if [ "${last_part_optional}" = "true" ]; then
last_part="(${escaped_separator}[0-9]+|[rc0-9]+)?"
else
last_part="(${escaped_separator}[0-9]+|[rc0-9]+)"
fi
```
Contributor guide
Assessment
This issue has not been assessed yet.