Skip to content

can't use an "easy install" way, on 64bit RISC-V port of Ubuntu #3219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
4 tasks done
advancedwebdeveloper opened this issue Sep 14, 2022 · 2 comments · Fixed by #3220
Closed
4 tasks done

can't use an "easy install" way, on 64bit RISC-V port of Ubuntu #3219

advancedwebdeveloper opened this issue Sep 14, 2022 · 2 comments · Fixed by #3220
Labels
bug Something isn't working

Comments

@advancedwebdeveloper
Copy link

advancedwebdeveloper commented Sep 14, 2022

Welcome

  • Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, I've included all information below (version, config, etc).
  • Yes, I've tried with the standalone linter if available. (https://golangci-lint.run/usage/linters/)

Description of the problem

Cross-referencing here

$ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.49.0
golangci/golangci-lint crit uname_arch_check 'riscv64' got converted to 'riscv64' which is not a GOARCH value. Please file bug report at https://github.com/client9/shlib
$ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.49.0
golangci/golangci-lint crit uname_arch_check 'riscv64' got converted to 'riscv64' which is not a GOARCH value. Please file bug report at https://github.com/client9/shlib
$ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.49.0
golangci/golangci-lint crit uname_arch_check 'riscv64' got converted to 'riscv64' which is not a GOARCH value. Please file bug report at https://github.com/client9/shlib

I shall clone the git repo of the project and install it locally.
I shall report whether it would success or fail.

Version of golangci-lint

$ golangci-lint --version
golangci-lint has version (devel) built from (unknown, mod sum: "") on (unknown)

Configuration file

Not using

Go environment

$ go version && go env
# paste output here

Verbose output of running

$ golangci-lint cache clean
$ golangci-lint run -v
# paste output here

Code example or link to a public repository

// add your code here
@advancedwebdeveloper advancedwebdeveloper added the bug Something isn't working label Sep 14, 2022
@advancedwebdeveloper
Copy link
Author

All the above checkboxes are untrue

@ldez
Copy link
Member

ldez commented Sep 14, 2022

Hello,

you can close the issue client9/shlib#40 because it's not related to shlib.

FYI you don't need to clone the repo, you just need to download the binary: https://github.com/golangci/golangci-lint/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants