Skip to content

Commit 0f2b757

Browse files
authored
Merge pull request #188 from ydb-platform/rekby-add-go-1.18
add go 1.18 to tests
2 parents 3f1b8be + 03c7863 commit 0f2b757

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
unit:
1313
strategy:
1414
matrix:
15-
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
15+
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
1717
env:
1818
OS: ${{ matrix.os }}
@@ -230,4 +230,4 @@ jobs:
230230
with:
231231
file: ./connection.txt
232232
flags: connection,e2e,integration,${{ matrix.os }},${{ matrix.go-version }}
233-
name: connection
233+
name: connection

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* Add go 1.18 to test matrix
2+
13
## v3.17.0
24
* Removed redundant `trace.With{Table,Driver,Retry}` and `trace.Context{Table,Driver,Retry}` funcs
35
* Moved `gtrace` tool from `./cmt/gtrace` to `./internal/cmd/gtrace`

0 commit comments

Comments
 (0)