Remove ubuntu-16.04 and add missing links for nix/go #821
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #645
GitHub removes
ubuntu-16.04
environment since it reached standard EOL.We will follow that change and remove default images for
ubuntu-16.04
but it doesn't prevent users from using that platform.To still use
ubuntu-16.04
, apart from being defined in workflow, it has to be specified via-P
/--platform
flags, e.g.:.actrc
:I'm not planning on removing Ubuntu 16.04 images, but they will eventually stop receiving updates so I advise on migrating to newer Ubuntu.
fix: remove specific platform versions
: remove mention of specific versions to remove confusion since platforms such asmacos-11
orwindows-2022
,windows-2016
existPlatforms still will be properly inferred from workflow and
README.md
mentions about macOS and Windows