pulumi / pulumi-std

Standard library functions implemented as a native Pulumi provider to be consumed from all Pulumi supported languages
Apache License 2.0
2 stars 2 forks source link

use actions step from local repo #50

Closed tgummerer closed 5 months ago

tgummerer commented 5 months ago

For some reason we're using stage-test from the pulumi-str repo here, which is still using an outdated version of the Go, making us failing to compile here. I don't see a strong reason to use this cross repo dependency, so let's just use the version from this repo instead.

Noticed this while trying to run the acceptance tests for https://github.com/pulumi/pulumi-std/pull/48.

Fixes #49