-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Building error: smb.go:245: multiple-value uuid.NewV4() in single-value context #107
Comments
I see following lines in generator.go. func NewV4() (UUID, error) { The function is changed and it breaking the earlier references. |
Did you use |
Yes. |
Strange, that wasn't really related...
|
@glaslos LOL, I just ran the same Dockerfile and the error messages did not appear again 😜 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building with Alpine (edge) and go 1.10.x I am getting the following error
I googled the error and an API change seems to be the cause.
The text was updated successfully, but these errors were encountered: