Skip to content

Bug: golint expects import golang.org/x/lint/golint #187

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
AliveDevil opened this issue Oct 13, 2018 · 2 comments
Closed

Bug: golint expects import golang.org/x/lint/golint #187

AliveDevil opened this issue Oct 13, 2018 · 2 comments
Labels

Comments

@AliveDevil
Copy link

- Do you want to request a feature or report a bug?
Bug

- What is the current behavior?
Builds do not work.

- If the current behavior is a bug, please provide the steps to reproduce.

make deps

or

make image

- What is the expected behavior?
GoTrue builds successfully

- Please mention your Go version, and operating system version.

~/gotrue# make image
docker build .
Sending build context to Docker daemon  7.323MB
Step 1/13 : FROM golang:1.9.2
 ---> 138bd936fa29
Step 2/13 : WORKDIR /go/src/github.com/netlify/gotrue
 ---> Using cache
 ---> 41dce9478653
Step 3/13 : COPY . /go/src/github.com/netlify/gotrue/
 ---> d0824b243804
Step 4/13 : RUN make deps build
 ---> Running in 3ddff0492e19
package github.com/golang/lint/golint: code in directory /go/src/github.com/golang/lint/golint expects import "golang.org/x/lint/golint"
Makefile:13: recipe for target 'deps' failed
make: *** [deps] Error 1
The command '/bin/sh -c make deps build' returned a non-zero code: 2
Makefile:18: recipe for target 'image' failed
make: *** [image] Error 2
@k1ng440
Copy link

k1ng440 commented Oct 16, 2018

fixed at #188

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 7 days if no further activity occurs. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants