We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9093407 commit b4c2952Copy full SHA for b4c2952
.github/actions/generate-builder/action.yml
@@ -77,6 +77,7 @@ runs:
77
78
- name: Set up Go environment
79
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
80
+ if: $${{ inputs.compile-builder }}
81
with:
82
go-version: ${{ inputs.go-version }}
83
0 commit comments