devcontainers / devcontainers/features

Support RC versions in the go feature

Open
#1,053 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.