Skip to content

Commit

Permalink
readme: make Go versions consistent
Browse files Browse the repository at this point in the history
After PR #151 Go requirement in README was bumped to version 1.13.
But README still contains a line describing version 1.3. This patch fixes it.

Follows up #123
  • Loading branch information
DifferentialOrange authored Apr 21, 2022
1 parent 1d06618 commit 01c2fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ operating system.
You need a current version of `go`, version 1.13 or later (use `go version` to
check the version number). Do not use `gccgo-go`.

**Note:** If your `go` version is older than 1.3 or if `go` is not installed,
**Note:** If your `go` version is older than 1.13 or if `go` is not installed,
download and run the latest tarball from [golang.org][golang-dl].

The package `go-tarantool` is located in [tarantool/go-tarantool][go-tarantool]
Expand Down

0 comments on commit 01c2fa0

Please sign in to comment.