Skip to content

Commit f1b4577

Browse files
Merge pull request #26133 from ashley-cui/gha
GHA: Pin Go to 1.24.2
2 parents 863621e + fb9ef0d commit f1b4577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up Go
7373
uses: actions/setup-go@v5
7474
with:
75-
go-version: stable
75+
go-version: '1.24.2'
7676
- name: Set up pandoc
7777
run: |
7878
sudo apt-get install -y pandoc
@@ -109,7 +109,7 @@ jobs:
109109
- name: Set up Go
110110
uses: actions/setup-go@v5
111111
with:
112-
go-version: stable
112+
go-version: '1.24.2'
113113
- name: Create Keychain
114114
run: |
115115
echo $APPLICATION_CERTIFICATE | base64 --decode -o appcert.p12
@@ -167,7 +167,7 @@ jobs:
167167
- name: Set up Go
168168
uses: actions/setup-go@v5
169169
with:
170-
go-version: stable
170+
go-version: '1.24.2'
171171
- name: Set up WiX
172172
run: dotnet tool install --global wix
173173
- name: Setup Signature Tooling

0 commit comments

Comments
 (0)