Skip to content

Commit 01c2fa0

Browse files
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
1 parent 1d06618 commit 01c2fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ operating system.
3636
You need a current version of `go`, version 1.13 or later (use `go version` to
3737
check the version number). Do not use `gccgo-go`.
3838

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

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

0 commit comments

Comments
 (0)