You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub's ubuntu-latest image recently started to include 4 versions of Go (1.11.x - 1.14.x). However, actions/setup-go downloads and installs Go if any version != 1.14 is specified.
The preinstalled Go versions can be leveraged by GitHub's setup/go so it won't cause a 10 sec delay during CI for each specified version of Go.
If and when the following setup/go issue is fixed, use the matrix feature of GitHub Workflow Actions to test the latest 3 versions of Go:
GitHub's ubuntu-latest image recently started to include 4 versions of Go (1.11.x - 1.14.x). However, actions/setup-go downloads and installs Go if any version != 1.14 is specified.
The preinstalled Go versions can be leveraged by GitHub's setup/go so it won't cause a 10 sec delay during CI for each specified version of Go.
If and when the following setup/go issue is fixed, use the matrix feature of GitHub Workflow Actions to test the latest 3 versions of Go:
actions/setup-go#39
The text was updated successfully, but these errors were encountered: