Closed ocobles closed 1 month 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
toolchain go1.21.13
1.22.3
I guess it's due to a cached version
It could probably be fixed adding cache: false to the setup-go action
cache: false
https://github.com/actions/setup-go/issues/457
This issue has been resolved in version 0.18.0 :tada:
https://github.com/equinix/pulumi-equinix/pull/190/files
the toolchain reflected in the examples says
toolchain go1.21.13
but it should be1.22.3
I guess it's due to a cached version
It could probably be fixed adding
cache: false
to the setup-go action