Merge branch 'main' of github.com:pulumi/pulumi-docker-build into forklift

This commit is contained in:
Bryce Lampe
2024-04-16 10:55:40 -07:00
6 changed files with 14 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ only_build:: build
.PHONY: lint
lint: ${GOGLANGCILINT}
${GOGLANGCILINT} run --fix -c .golangci.yml --timeout 10m
${GOGLANGCILINT} run --fix -c .golangci.yml
install:: install_nodejs_sdk install_dotnet_sdk
cp $(WORKING_DIR)/bin/${PROVIDER} ${GOPATH}/bin