Skip to content
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

CI: cannot install gometalinter at CircleCI #1272

Closed
sawadashota opened this issue Jan 26, 2019 · 1 comment
Closed

CI: cannot install gometalinter at CircleCI #1272

sawadashota opened this issue Jan 26, 2019 · 1 comment

Comments

@sawadashota
Copy link
Contributor

Describe the bug

No longer gometalinter installer doesn't work.
It seems default installation directory was changed to "$GOPATH" from "./bin"

alecthomas/gometalinter@8389125#diff-80423f13d45b53af35790ffc6009be4d

CircleCI log

$ #!/bin/bash -eo pipefail
curl -L https://git.io/vp6lP | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

100  9857  100  9857    0     0  89002      0 --:--:-- --:--:-- --:--:-- 89002
alecthomas/gometalinter info checking GitHub for latest tag
alecthomas/gometalinter info found version: 2.0.12 for v2.0.12/linux/amd64
install: cannot change permissions of ‘/go/bin’: Operation not permitted
Exited with code 1

To Reproduce
Steps to reproduce the behavior:

  1. exec curl -L https://git.io/vp6lP | sh at CircleCI

Version:

  • Environment: CircleCI
  • Version master
@aeneasr
Copy link
Member

aeneasr commented Jan 28, 2019

Resolved by #1273 - thank you!

@aeneasr aeneasr closed this as completed Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants