Upgrade pulumi-go-provider (#268)

Fixes https://github.com/pulumi/pulumi-docker-build/issues/262.

@iwahbe I realized while putting this together that the provider config
case wasn't actually tested e2e, and I'm skeptical it was ever actually
working. I think it would be reasonable to pull in
https://github.com/pulumi/pulumi-docker-build/pull/253 IMO.
This commit is contained in:
Bryce Lampe
2024-09-27 09:57:50 -07:00
committed by GitHub
parent 242d99d4d6
commit 30a26f61e4
7 changed files with 39 additions and 3 deletions

2
go.mod
View File

@@ -18,7 +18,7 @@ require (
github.com/otiai10/copy v1.14.0
github.com/pulumi/providertest v0.0.13
github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet v0.0.0-20240624150732-fa777213effd
github.com/pulumi/pulumi-go-provider v0.21.0
github.com/pulumi/pulumi-go-provider v0.23.0
github.com/pulumi/pulumi-java/pkg v0.16.1
github.com/pulumi/pulumi-yaml v1.10.3
github.com/pulumi/pulumi/pkg/v3 v3.134.1