Skip to content

Commit 162dcd3

Browse files
committed
Update CI
Signed-off-by: naoki-take <naoki-take@cybozu.co.jp>
1 parent 7d229a3 commit 162dcd3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
- "main"
77
jobs:
88
prepare_matrix:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
outputs:
1111
jobs: ${{ steps.prepare-matrix.outputs.jobs }}
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: ./.github/actions/prepare_matrix
1515
id: prepare-matrix
1616
with:
@@ -292,11 +292,11 @@ jobs:
292292
strategy:
293293
matrix:
294294
job: ${{ fromJson(needs.prepare_matrix.outputs.jobs) }}
295-
runs-on: ubuntu-22.04
295+
runs-on: ubuntu-24.04
296296
env:
297-
go-version: "1.25.6"
297+
go-version: "1.25.7"
298298
steps:
299-
- uses: actions/checkout@v5
299+
- uses: actions/checkout@v6
300300
- name: Setup build environment
301301
uses: ./.github/actions/setup
302302
with:

0 commit comments

Comments
 (0)