From 2499eeb27b85c1c588a86b81741285455a7756ba Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Tue, 23 Apr 2024 09:33:42 -0700 Subject: [PATCH] Don't tidy --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2216f8c..a886e7e 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,8 @@ GOGLANGCILINT := bin/golangci-lint ensure:: tidy lint test_provider examples .PHONY: tidy -tidy: go.sum +tidy: + go mod tidy .PHONY: provider provider: bin/${PROVIDER} bin/pulumi-gen-${PACK} # Required by CI @@ -179,7 +180,6 @@ bin/pulumi-gen-${PACK}: # Required by CI go.mod: $(shell find . -name '*.go') go.sum: go.mod - go mod tidy sdk: $(shell mkdir -p sdk) sdk: sdk/python sdk/nodejs sdk/java sdk/python sdk/go sdk/dotnet