Closed
Description
We often observe users still using old versions of go.
Check the go version, and notify users if the version is too old.
The latest supported versions of go can be retrieved from golang.org/dl
(see the existing code that queries golang.org/dl)
and we can hardcode the latest go version numbers in the extension
for users who can't access golang.org/dl.
There should be a setting so users can skip version check.