Skip to content

Commit b4c2952

Browse files
committed
fix: don't setup-golang when downloading a binary
Signed-off-by: Kapil Thangavelu <[email protected]>
1 parent 9093407 commit b4c2952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/generate-builder/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ runs:
7777

7878
- name: Set up Go environment
7979
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
80+
if: $${{ inputs.compile-builder }}
8081
with:
8182
go-version: ${{ inputs.go-version }}
8283

0 commit comments

Comments
 (0)