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
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+.
The text was updated successfully, but these errors were encountered:
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 withcan 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 thatgo install
command works, but not at 1.12+.The text was updated successfully, but these errors were encountered: