Go development with vim and vim-go on Rocky Linux 9

With Rocky Linux 9.2 released yesterday now we have go1.19.6. But still :GoInstallBinaries outputs error messages during the installation of some of the tools.

Here’s a slightly updated snippet of commands to install the rest of the tools:

$ go install -v -mod=mod github.com/mgechev/revive@latest
$ go install -v -mod=mod golang.org/x/tools/gopls@latest
$ go install -v -mod=mod github.com/golangci/golangci-lint/cmd/golangci-lint@latest

Also, I filed an upstream issue on GitHub.

1 Like