We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55555e7 commit 3c5800cCopy full SHA for 3c5800c
4 files changed
.github/workflows/cherry-pick.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
11
12
steps:
13
- uses: actions/checkout@v1
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ on:
name: Build
14
15
16
- name: Set up Go 1.24
17
uses: actions/setup-go@v5
.github/workflows/release-tracker.yml
@@ -6,7 +6,7 @@ on:
6
- uses: actions/checkout@v4
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
0 commit comments