-
-
Notifications
You must be signed in to change notification settings - Fork 823
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
Air doesn't work with errors related to github.com/imdario/mergo #435
Comments
@tomcat1986 I tested your Dockerfile and it fails with a different error:
|
@imdario before RUN go get -u github.com/cosmtrek/air@latest after RUN go install github.com/cosmtrek/air@latest |
what should we do? |
@pierreneter A workaround is to clone |
I had this error too trying to get Air just now. Reading this thread and a little more, I was able to install it with: sudo GOBIN=/usr/local/bin/ go install github.com/cosmtrek/air@latest |
Hi!
I got the following error and it didn't work when I tried to build docker.
I hypothesize that the error is due to a URL change in ver 1.0.0 of github.com/imdario/mergo, but I'm having trouble coming up with a solution...
(https://github.com/imdario/mergo/releases/tag/v1.0.0)
Does anyone have a suggestion for a solution?
Dockerfile
build log
The text was updated successfully, but these errors were encountered: