Skip to content

Commit 29324ae

Browse files
committed
* The minimum version of Go in ydb-go-sdk has been raised to go1.20
1 parent adb5de8 commit 29324ae

27 files changed

+1743
-2265
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
go-version: [1.17.x, 1.20.x, 1.21.x]
17+
go-version: [1.20.x, 1.21.x]
1818
os: [ubuntu, windows, macOS]
1919
env:
2020
OS: ${{ matrix.os }}-latest
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
go-version: [1.17.x, 1.20.x, 1.21.x]
47+
go-version: [1.20.x, 1.21.x]
4848
ydb-version: [22.5, 23.1, 23.2, 23.3]
4949
services:
5050
ydb:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* Refactored `internal/value/intervalValue.Yql()`
2+
* The minimum version of Go in `ydb-go-sdk` has been raised to `go1.20`
23

34
## v3.54.3
45
* Added per message metadata support for topic api

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Supports `table`, `discovery`, `coordination`, `ratelimiter`, `scheme`, `scripti
1717
`YDB` is an open-source Distributed SQL Database that combines high availability and scalability with strict consistency and [ACID](https://en.wikipedia.org/wiki/ACID) transactions.
1818
`YDB` was created primarily for [OLTP](https://en.wikipedia.org/wiki/Online_transaction_processing) workloads and supports some [OLAP](https://en.wikipedia.org/wiki/Online_analytical_processing) scenarious.
1919

20+
## Supported Go Versions
21+
22+
`ydb-go-sdk` supports all Go versions supported by the official [Go Release Policy](https://go.dev/doc/devel/release#policy).
23+
That is, the two most recent releases of Go.
24+
2025
## Installation
2126

2227
```sh

0 commit comments

Comments
 (0)