mirror of https://github.com/containers/podman.git
Revert "GHA: Pin Go to 1.24.2"
This reverts commit fb9ef0dda0.
Use latest stable go to build release artifacts.
Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
parent
571a2e48c9
commit
3e08c2abf0
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.24.2'
|
||||
go-version: stable
|
||||
- name: Set up pandoc
|
||||
run: |
|
||||
sudo apt-get install -y pandoc
|
||||
|
|
@ -109,7 +109,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.24.2'
|
||||
go-version: stable
|
||||
- name: Create Keychain
|
||||
run: |
|
||||
echo $APPLICATION_CERTIFICATE | base64 --decode -o appcert.p12
|
||||
|
|
@ -167,7 +167,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.24.2'
|
||||
go-version: stable
|
||||
- name: Set up WiX
|
||||
run: dotnet tool install --global wix
|
||||
- name: Setup Signature Tooling
|
||||
|
|
|
|||
Loading…
Reference in New Issue