Skip to content

Commit 3e08c2a

Browse files
committed
Revert "GHA: Pin Go to 1.24.2"
This reverts commit fb9ef0d. Use latest stable go to build release artifacts. Signed-off-by: Ashley Cui <[email protected]>
1 parent 571a2e4 commit 3e08c2a

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: '1.24.2'
75+
go-version: stable
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: '1.24.2'
112+
go-version: stable
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: '1.24.2'
170+
go-version: stable
171171
- name: Set up WiX
172172
run: dotnet tool install --global wix
173173
- name: Setup Signature Tooling

0 commit comments

Comments
 (0)