pulumi/CHANGELOG_PENDING.md
Justin Van Patten ac2ba6aadd
Avoid missing go.sum entry for module for new Go projects (#7808)
Change `pulumi new` to use `go mod tidy` rather than `go mod download` when installing Go project dependencies, to ensure the project is fully prepared to be used by `pulumi up`, avoiding `missing go.sum entry for module` errors.
2021-08-23 07:54:56 -07:00

159 B

Improvements

Bug Fixes

  • [cli] - Avoid missing go.sum entry for module for new Go projects. #7808