kubewarden / github-actions

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

chore(deps): update tinygo version #72

Closed flavio closed 1 year ago

flavio commented 1 year ago

Go policies: use latest version of tinygo to build the policy during the release process.

This will hopefully fix release errors like this one:

Run tinygo build -o policy.wasm -target=wasi -no-debug .
  tinygo build -o policy.wasm -target=wasi -no-debug .
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
error: requires go version 1.18 through 1.19, got go1.20

The latest version of tinygo should be happy when go 1.20 is found

flavio commented 1 year ago

BTW, once this gets merged I guess I'll have to do the following actions:

Am I right?

viccuad commented 1 year ago

Yes, that is correct.