From 3bca7cb8c77fb27919a2e0bc9c178006674dfd11 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Tue, 5 Aug 2025 22:52:02 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#564) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit b3ee77fa5b79734c33e2a074744b4f5873e72478. --- mise.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mise.toml b/mise.toml index db6bad4..630a593 100644 --- a/mise.toml +++ b/mise.toml @@ -14,3 +14,6 @@ java = 'corretto-11' pulumi = 'latest' "go:github.com/pulumi/pulumictl/cmd/pulumictl" = 'latest' gradle = '7.6' + +[settings] +experimental = true # Required for Go binaries (e.g. pulumictl).