Skip to content

Commit 505b5ee

Browse files
committed
build: update CI to use Go 1.25.5
Signed-off-by: deadprogram <[email protected]>
1 parent 26ac03a commit 505b5ee

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Go
4141
uses: actions/setup-go@v6
4242
with:
43-
go-version: '1.25.4'
43+
go-version: '1.25.5'
4444
cache: true
4545
- name: Restore LLVM source cache
4646
uses: actions/cache/restore@v4
@@ -135,7 +135,7 @@ jobs:
135135
- name: Install Go
136136
uses: actions/setup-go@v6
137137
with:
138-
go-version: '1.25.4'
138+
go-version: '1.25.5'
139139
cache: true
140140
- name: Build TinyGo (LLVM ${{ matrix.version }})
141141
run: go install -tags=llvm${{ matrix.version }}

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Install Go
138138
uses: actions/setup-go@v6
139139
with:
140-
go-version: '1.25.4'
140+
go-version: '1.25.5'
141141
cache: true
142142
- name: Install wasmtime
143143
uses: bytecodealliance/actions/wasmtime/setup@v1
@@ -181,7 +181,7 @@ jobs:
181181
- name: Install Go
182182
uses: actions/setup-go@v6
183183
with:
184-
go-version: '1.25.4'
184+
go-version: '1.25.5'
185185
cache: true
186186
- name: Install Node.js
187187
uses: actions/setup-node@v4
@@ -298,7 +298,7 @@ jobs:
298298
- name: Install Go
299299
uses: actions/setup-go@v6
300300
with:
301-
go-version: '1.25.4'
301+
go-version: '1.25.5'
302302
cache: true
303303
- name: Restore LLVM source cache
304304
uses: actions/cache/restore@v4

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Go
4242
uses: actions/setup-go@v6
4343
with:
44-
go-version: '1.25.4'
44+
go-version: '1.25.5'
4545
cache: true
4646
- name: Restore cached LLVM source
4747
uses: actions/cache/restore@v4
@@ -147,7 +147,7 @@ jobs:
147147
- name: Install Go
148148
uses: actions/setup-go@v6
149149
with:
150-
go-version: '1.25.4'
150+
go-version: '1.25.5'
151151
cache: true
152152
- name: Download TinyGo build
153153
uses: actions/download-artifact@v4
@@ -177,7 +177,7 @@ jobs:
177177
- name: Install Go
178178
uses: actions/setup-go@v6
179179
with:
180-
go-version: '1.25.4'
180+
go-version: '1.25.5'
181181
cache: true
182182
- name: Download TinyGo build
183183
uses: actions/download-artifact@v4
@@ -213,7 +213,7 @@ jobs:
213213
- name: Install Go
214214
uses: actions/setup-go@v6
215215
with:
216-
go-version: '1.25.4'
216+
go-version: '1.25.5'
217217
cache: true
218218
- name: Download TinyGo build
219219
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)