Skip to content

Commit 11750fd

Browse files
committed
readme: update section about installation
Go 1.3 mentioned in installation section was EOLed many years ago. No sense to describe it's installation. Go 1.3 replaced with Go 1.13. Go 1.13 is outdated too and unsupported, but we run tests with it in Github Actions so it is a guarantee that everything will works with it.
1 parent f4f9e3e commit 11750fd

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,12 @@ faster than other packages according to public benchmarks.
2828

2929
## Installation
3030

31-
We assume that you have Tarantool version 1.6 and a modern Linux or BSD
31+
We assume that you have Tarantool version 1.6+ and a modern Linux or BSD
3232
operating system.
3333

34-
You will need a current version of `go`, version 1.3 or later (use
35-
`go version` to check the version number). Do not use `gccgo-go`.
36-
37-
**Note:** If your `go` version is younger than 1.3, or if `go` is not installed,
38-
download the latest tarball from [golang.org](https://golang.org/dl/) and say:
39-
40-
```bash
41-
$ sudo tar -C /usr/local -xzf go1.7.5.linux-amd64.tar.gz
42-
$ export PATH=$PATH:/usr/local/go/bin
43-
$ export GOPATH="/usr/local/go/go-tarantool"
44-
$ sudo chmod -R a+rwx /usr/local/go </pre>
45-
```
34+
You will need a current version of `go`, version 1.13 or later (use `go version`
35+
to check the version number). Do not use `gccgo-go`. Lean more about Go
36+
installation on [official site](https://go.dev/doc/install).
4637

4738
The `go-tarantool` package is in
4839
[tarantool/go-tarantool](github.com/tarantool/go-tarantool) repository.

0 commit comments

Comments
 (0)