Skip to content

Commit 79e3471

Browse files
authored
Merge pull request #320 from ydb-platform/add-go1.19-to-ci
add check go 1.19 in ci
2 parents 26901be + 7ddc24c commit 79e3471

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/check-codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu-latest ]
13-
go: [1.18.x]
13+
go: [1.18.x, 1.19.x]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Checkout

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: golangci-lint
1111
strategy:
1212
matrix:
13-
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
13+
go-version: [1.14.x, 1.18.x, 1.19.x]
1414
os: [ubuntu-latest]
1515
env:
1616
OS: ${{ matrix.os }}

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
unit:
1010
strategy:
1111
matrix:
12-
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
12+
go-version: [1.14.x, 1.18.x, 1.19.x]
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414
env:
1515
OS: ${{ matrix.os }}
@@ -33,7 +33,7 @@ jobs:
3333
table:
3434
strategy:
3535
matrix:
36-
go-version: [1.18.x]
36+
go-version: [1.18.x, 1.19.x]
3737
os: [ubuntu-latest]
3838
services:
3939
ydb:
@@ -76,7 +76,7 @@ jobs:
7676
ratelimiter:
7777
strategy:
7878
matrix:
79-
go-version: [1.18.x]
79+
go-version: [1.18.x, 1.19.x]
8080
os: [ubuntu-latest]
8181
services:
8282
ydb:
@@ -118,7 +118,7 @@ jobs:
118118
scripting:
119119
strategy:
120120
matrix:
121-
go-version: [1.18.x]
121+
go-version: [1.18.x, 1.19.x]
122122
os: [ubuntu-latest]
123123
services:
124124
ydb:
@@ -159,7 +159,7 @@ jobs:
159159
topic:
160160
strategy:
161161
matrix:
162-
go-version: [1.18.x]
162+
go-version: [1.18.x, 1.19.x]
163163
os: [ubuntu-latest]
164164
services:
165165
ydb:
@@ -200,7 +200,7 @@ jobs:
200200
discovery:
201201
strategy:
202202
matrix:
203-
go-version: [1.18.x]
203+
go-version: [1.18.x, 1.19.x]
204204
os: [ubuntu-latest]
205205
services:
206206
ydb:
@@ -241,7 +241,7 @@ jobs:
241241
connection:
242242
strategy:
243243
matrix:
244-
go-version: [1.18.x]
244+
go-version: [1.18.x, 1.19.x]
245245
os: [ubuntu-latest]
246246
services:
247247
ydb:

0 commit comments

Comments
 (0)