Thanks to visit codestin.com Credit goes to github.com
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 401b6bb commit b28f384Copy full SHA for b28f384
‎build-setup/action.yaml‎
@@ -44,7 +44,7 @@ runs:
44
if: ${{ inputs.run-code-gen == 'true' }}
45
46
- name: Setup Go
47
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
48
with:
49
go-version-file: go.mod
50
if: ${{ inputs.setup-go == 'true' }}
@@ -123,4 +123,4 @@ runs:
123
chmod 600 ~/.docker/trust/private/$RUNNER_KEY
124
docker trust key load --name runner ~/.docker/trust/private/$RUNNER_KEY
125
if: ${{ inputs.signing-key-passphrase != '' }}
126
-
+
0 commit comments