go mod tidy

This commit is contained in:
Bryce Lampe
2024-04-16 20:39:41 -07:00
parent 8313c4d8b9
commit 7c40920db7
3 changed files with 2 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ sdk/go: $(PULUMI) bin/${PROVIDER}
cd ${TMPDIR}/go/dockerbuild && \
go mod edit -module=github.com/pulumi/pulumi-${PACK}/${PACKDIR}/go/dockerbuild && \
go mod tidy
mv -f ${TMPDIR}/go ${WORKING_DIR}/sdk/.
mv -f ${TMPDIR}/go ${WORKING_DIR}/sdk/go
sdk/dotnet: DOTNET_VERSION := $(shell pulumictl get version --language dotnet)
sdk/dotnet: TMPDIR := $(shell mktemp -d)