Update p-go-provider to fix version replacement behavior (#584)

Updates p-go-provider to pull in
https://github.com/pulumi/pulumi-go-provider/pull/410. In particular
this fixes an issue where the provider would get replaced on version
changes.

Fixes https://github.com/pulumi/pulumi-docker-build/issues/581
This commit is contained in:
Bryce Lampe
2025-08-27 11:14:21 -07:00
committed by GitHub
parent 4262717644
commit 4e934974ee
3 changed files with 9 additions and 3 deletions

View File

@@ -1,9 +1,15 @@
## Unreleased
## 0.0.13 (2025-08-27)
### Changed
- Docker Build Cloud and `exec` errors are more helpful. (https://github.com/pulumi/pulumi-docker-build/issues/549)
### Fixed
- The provider is no longer replaced on version changes. (https://github.com/pulumi/pulumi-docker-build/issues/581)
## 0.0.12 (2025-05-16)
### Changed