File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
fmt :
11
11
name : Format
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-24 .04
13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
- uses : actions/setup-go@v3
29
29
30
30
vet :
31
31
name : Vet
32
- runs-on : ubuntu-20 .04
32
+ runs-on : ubuntu-24 .04
33
33
steps :
34
34
- uses : actions/checkout@v3
35
35
- uses : actions/setup-go@v3
58
58
59
59
build :
60
60
name : Build
61
- runs-on : ubuntu-20 .04
61
+ runs-on : ubuntu-24 .04
62
62
steps :
63
63
- uses : actions/checkout@v3
64
64
- uses : actions/setup-go@v3
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
license :
123
123
name : License
124
- runs-on : ubuntu-20 .04
124
+ runs-on : ubuntu-24 .04
125
125
steps :
126
126
- uses : actions/checkout@v3
127
127
- name : Check license header
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
status-check :
10
10
name : Status Check
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-24 .04
12
12
steps :
13
13
- name : Check if the PR is hold
14
14
if : contains(github.event.pull_request.labels.*.name, 'workflow/merge-hold')
You can’t perform that action at this time.
0 commit comments