File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
test :
11
11
name : Test
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-24 .04
13
13
steps :
14
14
- name : Checkout
15
15
uses : actions/checkout@v4
27
27
28
28
build :
29
29
name : Build
30
- runs-on : ubuntu-20 .04
30
+ runs-on : ubuntu-24 .04
31
31
needs :
32
32
- test
33
33
steps :
48
48
automerge :
49
49
name : Merge Automatically
50
50
needs : [test, build]
51
- runs-on : ubuntu-20 .04
51
+ runs-on : ubuntu-24 .04
52
52
53
53
permissions :
54
54
pull-requests : write
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
golangci :
11
11
name : GolangCI
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-24 .04
13
13
steps :
14
14
- name : Checkout
15
15
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
release :
10
10
name : Update Release
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-24 .04
12
12
steps :
13
13
- name : Publish Release
14
14
uses : release-drafter/release-drafter@v6
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
release :
9
9
name : Release
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-24 .04
11
11
steps :
12
12
- name : Checkout
13
13
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments