We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d229a3 commit 162dcd3Copy full SHA for 162dcd3
.github/workflows/main.yaml
@@ -6,11 +6,11 @@ on:
6
- "main"
7
jobs:
8
prepare_matrix:
9
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
10
outputs:
11
jobs: ${{ steps.prepare-matrix.outputs.jobs }}
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- uses: ./.github/actions/prepare_matrix
15
id: prepare-matrix
16
with:
@@ -292,11 +292,11 @@ jobs:
292
strategy:
293
matrix:
294
job: ${{ fromJson(needs.prepare_matrix.outputs.jobs) }}
295
296
env:
297
- go-version: "1.25.6"
+ go-version: "1.25.7"
298
299
300
- name: Setup build environment
301
uses: ./.github/actions/setup
302
0 commit comments