undefined: strings.CutPrefix
Open
- Dominant language
- Go
- Stars
- 9.5k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
When I executed the install command an error was returned, but my go version was greater than the required 1.18.
- Installation command
` go install github.com/cloudflare/cfssl/cmd/...@latest`
- Error message
```
# github.com/prometheus/common/model
go/pkg/mod/github.com/prometheus/common@v0.48.0/model/metric.go:363:33: undefined: strings.CutPrefix
note: module requires Go 1.20
```
Contributor guide
Assessment
This issue has not been assessed yet.