File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 3939 fail-fast : false
4040 max-parallel : 2
4141 matrix :
42- os : [ 'ubuntu-20 .04' ]
43- go : [ '1.18 ' ]
42+ os : [ 'ubuntu-22 .04' ]
43+ go : [ '1.19 ' ]
4444 runs-on : ${{ matrix.os }}
4545 name : Run Tests
4646 steps :
8888 fail-fast : false
8989 max-parallel : 2
9090 matrix :
91- os : [ 'ubuntu-20 .04' ]
92- go : [ '1.18 ' ]
91+ os : [ 'ubuntu-22 .04' ]
92+ go : [ '1.19 ' ]
9393 runs-on : ${{ matrix.os }}
9494 name : Run linters
9595 steps :
@@ -141,8 +141,8 @@ jobs:
141141 fail-fast : true
142142 max-parallel : 1
143143 matrix :
144- os : [ 'ubuntu-20 .04' ]
145- go : [ '1.18 ' ]
144+ os : [ 'ubuntu-22 .04' ]
145+ go : [ '1.19 ' ]
146146 runs-on : ${{ matrix.os }}
147147 name : Quality reports
148148 steps :
@@ -211,8 +211,8 @@ jobs:
211211 fail-fast : false
212212 max-parallel : 2
213213 matrix :
214- os : [ 'ubuntu-20 .04' ]
215- go : [ '1.18 ' ]
214+ os : [ 'ubuntu-22 .04' ]
215+ go : [ '1.19 ' ]
216216 runs-on : ${{ matrix.os }}
217217 name : Build
218218 steps :
Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 max-parallel : 2
1515 matrix :
16- os : [ 'ubuntu-20 .04' ]
17- go : [ '1.18 ' ]
16+ os : [ 'ubuntu-22 .04' ]
17+ go : [ '1.19 ' ]
1818 runs-on : ${{ matrix.os }}
1919 name : Build
2020 steps :
5959 fail-fast : false
6060 max-parallel : 2
6161 matrix :
62- os : [ 'ubuntu-20 .04' ]
63- go : [ '1.18 ' ]
62+ os : [ 'ubuntu-22 .04' ]
63+ go : [ '1.19 ' ]
6464 runs-on : ${{ matrix.os }}
6565 name : Regression tests
6666 steps :
@@ -109,8 +109,8 @@ jobs:
109109 fail-fast : false
110110 max-parallel : 1
111111 matrix :
112- os : [ 'ubuntu-20 .04' ]
113- go : [ '1.18 ' ]
112+ os : [ 'ubuntu-22 .04' ]
113+ go : [ '1.19 ' ]
114114 runs-on : ${{ matrix.os }}
115115 name : Lint
116116 steps :
@@ -163,8 +163,8 @@ jobs:
163163 fail-fast : false
164164 max-parallel : 1
165165 matrix :
166- os : [ 'ubuntu-20 .04' ]
167- go : [ '1.18 ' ]
166+ os : [ 'ubuntu-22 .04' ]
167+ go : [ '1.19 ' ]
168168 runs-on : ${{ matrix.os }}
169169 name : Release
170170 steps :
You can’t perform that action at this time.
0 commit comments