1
0
mirror of https://github.com/containers/podman.git synced 2026-02-05 15:45:08 +01:00

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-04 05:39:43 +00:00
committed by GitHub
parent 6cc74679e2
commit f22506b74f
4 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -107,7 +107,7 @@ jobs:
if: >-
steps.check.outputs.buildartifacts == 'true' ||
steps.actual_dryrun.outputs.dryrun == 'true'
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: stable

View File

@@ -70,7 +70,7 @@ jobs:
with:
ref: ${{needs.check.outputs.version}}
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: stable
- name: Set up pandoc
@@ -107,7 +107,7 @@ jobs:
with:
ref: ${{needs.check.outputs.version}}
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: stable
- name: Create Keychain
@@ -165,7 +165,7 @@ jobs:
- name: Download Windows zip artifact
uses: actions/download-artifact@v5
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: stable
- name: Set up WiX

View File

@@ -84,7 +84,7 @@ jobs:
Write-Output "::error::check.ps1 script failed to find manually uploaded podman-remote-release-windows_amd64.zip github release asset for version ${{steps.getversion.outputs.version}}."
Exit 1
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
# 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'
with: