examples
examples copied to clipboard
Update all Go examples to use Docker v4
This is part of https://github.com/pulumi/examples/issues/1438.
All Go-based Pulumi programs that use the Docker provider need to be updated to use v4 of the Docker provider. This typically involves editing go.mod
to use the updated provider version.