Skip to content

Commit 9cef555

Browse files
committed
fixup
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent c771374 commit 9cef555

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)