[skip-ci] Update actions/setup-go action to v5

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-06 15:39:02 +00:00
committed by GitHub
parent a64cc98179
commit 10db6442de
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ jobs:
steps.check.outputs.buildamd == 'true' || steps.check.outputs.buildamd == 'true' ||
steps.check.outputs.buildarm == 'true' || steps.check.outputs.buildarm == 'true' ||
steps.actual_dryrun.outputs.dryrun == 'true' steps.actual_dryrun.outputs.dryrun == 'true'
uses: actions/setup-go@v4 uses: actions/setup-go@v5
with: with:
go-version: stable go-version: stable
- name: Create Keychain - name: Create Keychain

View File

@ -85,7 +85,7 @@ jobs:
Write-Output "::error::check.ps1 script failed to find manually uploaded podman-remote-release-windows_md64.zip github release asset for version ${{steps.getversion.outputs.version}}." Write-Output "::error::check.ps1 script failed to find manually uploaded podman-remote-release-windows_md64.zip github release asset for version ${{steps.getversion.outputs.version}}."
Exit 1 Exit 1
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v5
# N/B: already-exists may be an empty-string or "false", handle both cases. # N/B: already-exists may be an empty-string or "false", handle both cases.
if: steps.check.outputs.already-exists != 'true' || steps.actual_dryrun.outputs.dryrun == 'true' if: steps.check.outputs.already-exists != 'true' || steps.actual_dryrun.outputs.dryrun == 'true'
with: with: