go get -u github.com/a8m/enter now requires go 1.22
- 主要语言
- Go
- 星标
- 143
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
Unable to install `enter` - output says it requires go 1.22
install command:
```
go get -u github.com/a8m/enter
```
output:
```
github.com/a8m/enter imports
entgo.io/ent/entc/gen imports
ariga.io/atlas/sql/postgres imports
ariga.io/atlas/sql/internal/specutil imports
slices: package slices is not in GOROOT (/usr/local/go/src/slices)
note: imported by a module that requires go 1.22
```
Current version: go 1.20.5
贡献指南
这个仓库没有索引到贡献指南
调研方向
Check the go.mod file to see the required Go version. Look for any version constraints or dependencies that require Go 1.22, such as the 'slices' package. Update the documentation or build configuration to clarify the minimum Go version needed. Verify by attempting to build the project with Go 1.20.5 to reproduce the error.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- build-system, cli
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100