mirror of
https://github.com/containers/podman.git
synced 2025-06-26 21:07:02 +08:00
[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:
2
.github/workflows/mac-pkg.yml
vendored
2
.github/workflows/mac-pkg.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/upload-win-installer.yml
vendored
2
.github/workflows/upload-win-installer.yml
vendored
@ -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:
|
||||||
|
Reference in New Issue
Block a user