a8m / a8m/enter

go get -u github.com/a8m/enter now requires go 1.22

オープン
#9 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。