Skip to content

Commit d6532ed

Browse files
committed
revert build tools to go 1.18
1 parent 1be3727 commit d6532ed

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/breaking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Go
1313
uses: actions/setup-go@v3
1414
with:
15-
go-version: 1.19
15+
go-version: 1.18
1616
- name: Checkout code
1717
uses: actions/checkout@v2
1818
- name: Gorelease cache

.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.19.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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Go
3232
uses: actions/setup-go@v3
3333
with:
34-
go-version: 1.19
34+
go-version: 1.18
3535

3636
- name: Install utilities
3737
run: |

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
table:
3434
strategy:
3535
matrix:
36-
go-version: [1.19.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.19.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.19.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.19.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.19.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.19.x]
244+
go-version: [1.18.x, 1.19.x]
245245
os: [ubuntu-latest]
246246
services:
247247
ydb:

0 commit comments

Comments
 (0)