timescale / timescaledb-tune

A tool for tuning TimescaleDB for better performance by adjusting settings to match your system's CPU and memory resources.

Home Page:https://www.timescale.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong Go Version (1.12+)

wrightleft opened this issue · comments

The README.md file suggests that Go version 1.12+ is required to run the go install command. I tried running that command with Go version 1.14.6 and it doesn't work. Go responds with can only use path@version syntax with 'go get'. I tried again with Go version 1.19.4 and it worked. So somewhere after 1.14.6 and before 1.19.4 that go install command works, but not at 1.12+.