Skip to content

Commit

Permalink
fix: don't setup-golang when downloading a binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt committed Jan 10, 2024
1 parent 9093407 commit 7441268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/generate-builder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ runs:

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

Expand Down

0 comments on commit 7441268

Please sign in to comment.