From 01c2fa07b3d67a8bf6bde9c6dd60a0da1b19671a Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Thu, 21 Apr 2022 16:50:29 +0300 Subject: [PATCH] readme: make Go versions consistent 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d760315..83f1c601c 100644 --- a/README.md +++ b/README.md @@ -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]