Merge pull request #20925 from containers/renovate/actions-setup-go-5.x
[skip-ci] Update actions/setup-go action to v5
This commit is contained in:
		
						commit
						289d6fed6c
					
				|  | @ -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 | ||||||
|  |  | ||||||
|  | @ -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: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue