mirror of
https://github.com/containers/podman.git
synced 2026-02-05 15:45:08 +01:00
GHA: Pin Go to 1.24.2
There is a bug that makes building with the latest go to fail. Pin to 1.24.2 for now. Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: '1.24.2'
|
||||||
- name: Set up pandoc
|
- name: Set up pandoc
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y pandoc
|
sudo apt-get install -y pandoc
|
||||||
@@ -109,7 +109,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: '1.24.2'
|
||||||
- name: Create Keychain
|
- name: Create Keychain
|
||||||
run: |
|
run: |
|
||||||
echo $APPLICATION_CERTIFICATE | base64 --decode -o appcert.p12
|
echo $APPLICATION_CERTIFICATE | base64 --decode -o appcert.p12
|
||||||
@@ -167,7 +167,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: '1.24.2'
|
||||||
- name: Set up WiX
|
- name: Set up WiX
|
||||||
run: dotnet tool install --global wix
|
run: dotnet tool install --global wix
|
||||||
- name: Setup Signature Tooling
|
- name: Setup Signature Tooling
|
||||||
|
|||||||
Reference in New Issue
Block a user