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:
Ashley Cui 2025-05-14 11:02:30 -04:00
parent 863621ee5a
commit fb9ef0dda0
1 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
go-version: '1.24.2'
- 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: stable
go-version: '1.24.2'
- 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: stable
go-version: '1.24.2'
- name: Set up WiX
run: dotnet tool install --global wix
- name: Setup Signature Tooling