Create scheduled workflow to create PR for language version updates #32
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
For languages that properly tag versions on github, using github.com/repoSlug/releases/latest redirect should be the best.
For example: https://github.com/apple/swift/releases/latest
Otherwise parsing the HTML of the download page seems to be the best option, for example the first
<div class="toggleVisible" id="gox.y.z">
on https://golang.org/dl/ will give us the latest stable version.The text was updated successfully, but these errors were encountered: