Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b28f384

Browse files
authored
🔧 Update setup-go to v5 (#12)
1 parent 401b6bb commit b28f384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎build-setup/action.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
if: ${{ inputs.run-code-gen == 'true' }}
4545

4646
- name: Setup Go
47-
uses: actions/setup-go@v4
47+
uses: actions/setup-go@v5
4848
with:
4949
go-version-file: go.mod
5050
if: ${{ inputs.setup-go == 'true' }}
@@ -123,4 +123,4 @@ runs:
123123
chmod 600 ~/.docker/trust/private/$RUNNER_KEY
124124
docker trust key load --name runner ~/.docker/trust/private/$RUNNER_KEY
125125
if: ${{ inputs.signing-key-passphrase != '' }}
126-
126+

0 commit comments

Comments
 (0)