pulumi / pulumi-lsp

A LSP server for Pulumi YAML
Apache License 2.0
21 stars 0 forks source link

Update workflows for GoReleaser 2.0 #99

Closed justinvp closed 2 months ago

justinvp commented 2 months ago

Similar to what we did in https://github.com/pulumi/pulumi-converter-terraform/pull/157:

Goreleaser 2.0 gets installed automatically by the action. Rather than rolling back, fix it forward. In particular this skip-validate flag was replaced by skip=validate, and the config files need to be version 2.

Fixes #97