We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c03b36 commit c50b17cCopy full SHA for c50b17c
.github/workflows/reusable-unit.yml
@@ -65,7 +65,7 @@ jobs:
65
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
66
if: ${{ inputs.go-version != '' }}
67
with:
68
- go-version-file: ${{ inputs.go-version }}
+ go-version: ${{ inputs.go-version }}
69
cache: true
70
71
if: ${{ inputs.go-version == '' }}
0 commit comments