Skip to content

Commit

Permalink
* The minimum version of Go in ydb-go-sdk has been raised to go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Jan 17, 2024
1 parent adb5de8 commit 9416912
Show file tree
Hide file tree
Showing 26 changed files with 1,738 additions and 2,263 deletions.
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Supports `table`, `discovery`, `coordination`, `ratelimiter`, `scheme`, `scripti

## Installation

`ydb-go-sdk` supports all Go versions supported by the official Go Release Policy. That is, the two most recent releases of Go.

```sh
go get -u github.com/ydb-platform/ydb-go-sdk/v3
```
Expand Down
Loading

0 comments on commit 9416912

Please sign in to comment.