Upgrade go-provider to 1.1.2 (#615)

Fixes https://github.com/pulumi/pulumi-docker-build/issues/579.
This commit is contained in:
Bryce Lampe
2025-09-30 16:40:35 -07:00
committed by GitHub
parent 5f0c2ede72
commit 5e589f61ec
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
## Unreleased
## 0.0.14 (2025-09-30)
### Fixed
- A warning is no longer emitted for the reserved `__internal` key. (https://github.com/pulumi/pulumi-docker-build/issues/579)
## 0.0.13 (2025-08-27)
### Changed