Skip to content

Commit 79f7126

Browse files
authored
Update GitHub Actions workflows. (#1118)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 0495b302a8b82b5297609e302b7a217c49b07aff.
1 parent b712ea0 commit 79f7126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ install_nodejs_sdk: .make/install_nodejs_sdk
203203
install_python_sdk:
204204
.PHONY: install_dotnet_sdk install_go_sdk install_java_sdk install_nodejs_sdk install_python_sdk
205205

206-
lint_provider: provider
206+
lint_provider: upstream
207207
cd provider && golangci-lint run --path-prefix provider -c ../.golangci.yml
208208
# `lint_provider.fix` is a utility target meant to be run manually
209209
# that will run the linter and fix errors when possible.
210-
lint_provider.fix:
210+
lint_provider.fix: upstream
211211
cd provider && golangci-lint run --path-prefix provider -c ../.golangci.yml --fix
212212
.PHONY: lint_provider lint_provider.fix
213213
build_provider_cmd = cd provider && GOOS=$(1) GOARCH=$(2) CGO_ENABLED=0 go build $(PULUMI_PROVIDER_BUILD_PARALLELISM) -o "$(3)" -ldflags "$(LDFLAGS)" $(PROJECT)/$(PROVIDER_PATH)/cmd/$(PROVIDER)

0 commit comments

Comments
 (0)