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
this might be related to Go modules @v1.13, anything >v1.14 should be fine, just tried the following inside a golang:1.16.3 container:
$ go get github.com/allaboutapps/integresql/cmd/server
go: downloading github.com/allaboutapps/integresql v1.0.0
go get: added github.com/allaboutapps/integresql v1.0.0
$ go install github.com/allaboutapps/integresql/cmd/server # installs as `server` executable
We only use the allaboutapps/integresql docker image currently within allaboutapps/go-starter, so there might still be issues when installing IntegreSQL locally that we are unaware of yet.
README says to do:
But:
github.com/allaboutapps/integresql/tree/master/cmd/server
does exist but:The text was updated successfully, but these errors were encountered: