Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e-framework/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
github.com/pulumi/pulumi-command/sdk v1.2.1
github.com/pulumi/pulumi-docker/sdk/v4 v4.11.2
github.com/pulumi/pulumi-eks/sdk/v4 v4.2.0
github.com/pulumi/pulumi-gcp/sdk/v9 v9.29.0
github.com/pulumi/pulumi-gcp/sdk/v9 v9.30.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Run go work sync for workspace modules

Because go.work includes both test/e2e-framework and test/new-e2e, this higher requirement becomes the workspace build-list version. go work sync syncs that build list back to workspace modules, so it will rewrite test/new-e2e/go.mod from v9.29.0 to v9.30.0 and add the v9.30.0 sums; check_mod_tidy then immediately diffs all **/go.mod **/go.sum after sync (tasks/go.py:318-321). Leaving test/new-e2e unchanged makes the module-tidy CI fail, so please update that module alongside this bump.

Useful? React with 👍 / 👎.

github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.33.0
github.com/pulumi/pulumi-libvirt/sdk v0.5.4
github.com/pulumi/pulumi-random/sdk/v4 v4.21.0
Expand Down
4 changes: 2 additions & 2 deletions test/e2e-framework/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/new-e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ require (
github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.3 // indirect
github.com/pulumi/pulumi-docker/sdk/v4 v4.11.2 // indirect
github.com/pulumi/pulumi-eks/sdk/v4 v4.2.0 // indirect
github.com/pulumi/pulumi-gcp/sdk/v9 v9.29.0 // indirect
github.com/pulumi/pulumi-gcp/sdk/v9 v9.30.0 // indirect
github.com/pulumi/pulumi-libvirt/sdk v0.5.4 // indirect
github.com/pulumi/pulumi-random/sdk/v4 v4.21.0 // indirect
github.com/pulumi/pulumi-tls/sdk/v4 v4.11.4 // indirect
Expand Down
4 changes: 2 additions & 2 deletions test/new-e2e/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading