kubewarden / github-actions

GitHub actions used by the Kubewarden project
https://kubewarden.io
Apache License 2.0
4 stars 7 forks source link

specify go version to be installed #111

Closed flavio closed 6 months ago

flavio commented 6 months ago

Be explicit about go version

The setup-go action cannot install the stable version of Go because tinygo supports only a specific range of Go versions.

Currently, the latest stable release of Go is 1.22. However, latest stable version of Tinygo supports only Go >= 1.18 and <=1.21.

Once merged, I'll tag 3.1.17

viccuad commented 6 months ago

tagged in main as v3.1.17.