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
% brew install go
...
==> Fetching go
==> Downloading https://ghcr.io/v2/homebrew/core/go/manifests/1.21.0
#################################################################################################################################################################### 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/go/blobs/sha256:097235ed779dfe05153dff2e589b3cdd0de5f5356e6a83f273d0d51ebfb046b8
#################################################################################################################################################################### 100.0%
==> Pouring go--1.21.0.arm64_ventura.bottle.tar.gz
🍺 /opt/homebrew/Cellar/go/1.21.0: 12,515 files, 241.0MB
==> Running `brew cleanup go`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
% go get github.com/cube2222/jql
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
```
The text was updated successfully, but these errors were encountered:
Would you like to make a PR fixing the README to mention go install ...@latest instead of go get? You're right that that's what should be used in newer Go versions.
The text was updated successfully, but these errors were encountered: