Skip to content

Commit

Permalink
Merge pull request #1004 from ydb-platform/go1.20
Browse files Browse the repository at this point in the history
* The minimum version of Go in `ydb-go-sdk` has been raised to `go1.20`
  • Loading branch information
asmyasnikov authored Jan 18, 2024
2 parents adb5de8 + 29324ae commit 669aaf2
Show file tree
Hide file tree
Showing 27 changed files with 1,743 additions and 2,265 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17.x, 1.20.x, 1.21.x]
go-version: [1.20.x, 1.21.x]
os: [ubuntu, windows, macOS]
env:
OS: ${{ matrix.os }}-latest
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17.x, 1.20.x, 1.21.x]
go-version: [1.20.x, 1.21.x]
ydb-version: [22.5, 23.1, 23.2, 23.3]
services:
ydb:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* Refactored `internal/value/intervalValue.Yql()`
* The minimum version of Go in `ydb-go-sdk` has been raised to `go1.20`

## v3.54.3
* Added per message metadata support for topic api
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Supports `table`, `discovery`, `coordination`, `ratelimiter`, `scheme`, `scripti
`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.
`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.

## Supported Go Versions

`ydb-go-sdk` supports all Go versions supported by the official [Go Release Policy](https://go.dev/doc/devel/release#policy).
That is, the two most recent releases of Go.

## Installation

```sh
Expand Down
Loading

0 comments on commit 669aaf2

Please sign in to comment.