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
Your go version definition in go.mod is invalid, which breaks some of the tooling: go: github.com/facundoolano/ngtop@latest (in github.com/facundoolano/[email protected]): go.mod:3: invalid go version '1.22.4': must match format 1.23
You need to change 1.22.4 to 1.22 to make it happy.
The text was updated successfully, but these errors were encountered:
What go version are you using? I'll look into this, but this go.mod was produced by go mod init with 1.22.4, so I'm assuming it should be valid at least for that go version.
Your go version definition in go.mod is invalid, which breaks some of the tooling:
go: github.com/facundoolano/ngtop@latest (in github.com/facundoolano/[email protected]): go.mod:3: invalid go version '1.22.4': must match format 1.23
You need to change 1.22.4 to 1.22 to make it happy.
The text was updated successfully, but these errors were encountered: