You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
This is odd - because I seem to have hit this same issue as #395 again today - yet that fix was merged some time ago:
pi@rp3-printserver:~ $ go get github.com/google/cloud-print-connector/...
# github.com/google/cloud-print-connector/gcp-connector-util
go/src/github.com/google/cloud-print-connector/gcp-connector-util/init.go:417: multiple-value uuid.NewV4() in single-value context
This is on a Raspberry Pi, with Go (go1.7.4 linux/arm).
The text was updated successfully, but these errors were encountered:
The latest tag for https://github.com/satori/go.uuid is v1.2.0 and so is the available version for the golang-github-satori-go.uuid-dev rasbian/debian package. Unfortunately satori/go.uuid#66 changed the API for NewV4. #397 fixed building with head, but in turn broke building with the latest release.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is odd - because I seem to have hit this same issue as #395 again today - yet that fix was merged some time ago:
This is on a Raspberry Pi, with Go (go1.7.4 linux/arm).
The text was updated successfully, but these errors were encountered: