From c3a06d92578fc90b05740813f86c2e1acfbf27e9 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:03:18 -0800 Subject: [PATCH] Update GitHub Actions workflows. (#303) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 93512a7493081cb05a8329cf397710f1c8e38a8d. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6c159146..f6066046 100644 --- a/Makefile +++ b/Makefile @@ -103,8 +103,8 @@ lint_provider: provider lint_provider.fix: cd provider && golangci-lint run -c ../.golangci.yml --fix -# `make provider_no_deps` builds the provider binary directly, without ensuring that -# `cmd/pulumi-resource-kong/schema.json` is valid and up to date. +# `make provider_no_deps` builds the provider binary directly, without ensuring that +# `cmd/pulumi-resource-kong/schema.json` is valid and up to date. # To create a release ready binary, you should use `make provider`. provider_no_deps: (cd provider && go build $(PULUMI_PROVIDER_BUILD_PARALLELISM) -o $(WORKING_DIR)/bin/$(PROVIDER) -ldflags "-X $(PROJECT)/$(VERSION_PATH)=$(VERSION)" $(PROJECT)/$(PROVIDER_PATH)/cmd/$(PROVIDER)) @@ -156,7 +156,7 @@ ci-mgmt: .ci-mgmt.yaml curl -fsSL https://get.pulumi.com | HOME=$(WORKING_DIR) sh -s -- --version $(shell cat .pulumi/version) # Compute the version of Pulumi to use by inspecting the Go dependencies of the provider. -.pulumi/version: +.pulumi/version: provider/go.mod @mkdir -p .pulumi @cd provider && go list -f "{{slice .Version 1}}" -m github.com/pulumi/pulumi/pkg/v3 | tee ../$@