equinix / pulumi-equinix

An Equinix Pulumi resource package, providing multi-language access to Equinix
https://deploy.equinix.com/labs/pulumi/
Apache License 2.0
4 stars 2 forks source link

upgrade-provider uses go version 1.21.x even 1.22 is specified #191

Closed ocobles closed 1 month ago

ocobles commented 2 months ago

https://github.com/equinix/pulumi-equinix/pull/190/files

the toolchain reflected in the examples says toolchain go1.21.13 but it should be 1.22.3

I guess it's due to a cached version

image

It could probably be fixed adding cache: false to the setup-go action

ocobles commented 2 months ago

https://github.com/actions/setup-go/issues/457

github-actions[bot] commented 1 month ago

This issue has been resolved in version 0.18.0 :tada: