You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got:
go: 'go install' requires a version when current directory is not in a module
Try 'go install github.com/timescale/tsbs@latest' to install the latest version
When I try:
go install github.com/timescale/tsbs@latest
I've got:
go: downloading github.com/timescale/tsbs v0.0.0-20220119183622-bcc00137d72d
go: github.com/timescale/tsbs@latest: module github.com/timescale/tsbs@latest found (v0.0.0-20220119183622-bcc00137d72d), but does not contain package github.com/timescale/tsbs
The text was updated successfully, but these errors were encountered:
go version go1.18.8 linux/amd64
When I execute:
go install github.com/timescale/tsbs
I've got:
go: 'go install' requires a version when current directory is not in a module
Try 'go install github.com/timescale/tsbs@latest' to install the latest version
When I try:
go install github.com/timescale/tsbs@latest
I've got:
go: downloading github.com/timescale/tsbs v0.0.0-20220119183622-bcc00137d72d
go: github.com/timescale/tsbs@latest: module github.com/timescale/tsbs@latest found (v0.0.0-20220119183622-bcc00137d72d), but does not contain package github.com/timescale/tsbs
The text was updated successfully, but these errors were encountered: