Please support latest go
- Dominant language
- Go
- Stars
- 32
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
`$ bash <(curl -fL https://raw.githubusercontent.com/junegunn/blsd/master/install)`
reports error
```
Receiving objects: 100% (8/8), done.
mkdir -p /tmp/blsd/gopath
go get -d
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'.
make: *** [Makefile:13: git2go] Error 1
```
I am on Ubuntu24 with
```
$ go version
go version go1.22.2 linux/amd64
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.