AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.04k stars 212 forks source link

fix(go): Remove iferr package from jay-babu/mason-null-ls.nvim and WhoIsSethDaniel/mason-tool-installer.nvim lists #1039

Closed lucazz closed 2 weeks ago

lucazz commented 2 weeks ago

📑 Description

The iferr package install currently fails with the following error msg:

$ go install github.com/koron/iferr@latest
go: github.com/koron/iferr@latest (in github.com/koron/iferr@v0.0.0-20240122035601-9c3e2fbe4bd1): go.mod:3: invalid go version '1.21.5': must match format 1.23
$ 

Until the package maintainer fixes it, we should remove this package from the list to avoid a bad user experience.

github-actions[bot] commented 2 weeks ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

Uzaaft commented 2 weeks ago

We should pin it instead.

Uzaaft commented 2 weeks ago

I can compile it just fine. Is your go version up to date?

Uzaaft commented 2 weeks ago

I can reproduce with a go version older than 1.21. User error.