File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Install Go
2828 if : inputs.tools == 'all' || contains(inputs.tools, 'go')
29- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
29+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3030 with :
3131 go-version : " 1.21.x"
3232 cache-dependency-path : |
Original file line number Diff line number Diff line change 6666 uses : ./.github/actions/download-codegen
6767 - name : Update path
6868 run : echo "${{ github.workspace }}/bin" >> "$GITHUB_PATH"
69+ - name : Download schema-embed.json
70+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
71+ with :
72+ # Use a pattern to avoid failing if the artifact doesn't exist
73+ pattern : schema-embed.*
74+ # Avoid creating directories for each artifact
75+ merge-multiple : true
76+ path : provider/cmd/pulumi-resource-cloudflare
6977 - name : Restore makefile progress
7078 run : make --touch provider schema
7179 - name : Build SDK
Original file line number Diff line number Diff line change 3636 with :
3737 persist-credentials : false
3838 - name : Install go
39- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
39+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
4040 with :
4141 # The versions of golangci-lint and setup-go here cross-depend and need to update together.
4242 go-version : 1.23
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ PULUMICTL_VERSION := v0.0.46
1919PULUMICTL := $(shell which pulumictl || \
2020 (test ! -e $(WORKING_DIR ) /bin/pulumictl && \
2121 GOPATH="$(WORKING_DIR ) " go install "github.com/pulumi/pulumictl/cmd/pulumictl@$(PULUMICTL_VERSION ) "; \
22- echo "$(WORKING_DIR ) /bin/puluimctl ") )
22+ echo "$(WORKING_DIR ) /bin/pulumictl ") )
2323
2424# Override during CI using `make [TARGET] PROVIDER_VERSION=""` or by setting a PROVIDER_VERSION environment variable
2525# Local & branch builds will just used this fixed default version unless specified
You can’t perform that action at this time.
0 commit comments