File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,18 @@ jobs:
2626 - name : Unshallow clone for tags
2727 run : git fetch --prune --unshallow --tags
2828
29- - name : Install Go Tools
30- uses : ./.github/actions/gotools
31- with :
32- go-version : ${{ env.GO_VERSION }}
33-
34- - name : Install Go ${{ env.GO_VERSION }}
35- uses : actions/setup-go@v5
36- with :
37- go-version : ${{ env.GO_VERSION }}
38-
3929 - name : Install pulumictl
4030 uses : jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # tag=v2.1.0
4131 with :
4232 repo : pulumi/pulumictl
4333
4434 - name : Install pulumi
4535 uses : pulumi/actions@v4
36+
37+ - name : Install Go Tools
38+ uses : ./.github/actions/gotools
39+ with :
40+ go-version : ${{ env.GO_VERSION }}
4641
4742 - name : Build sdks
4843 run : make build
You can’t perform that action at this time.
0 commit comments