-
Notifications
You must be signed in to change notification settings - Fork 76
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
no Go files in /tmp/dh-make-golangXXXXXXXX #186
Comments
|
https://github.com/helm/helm uses Go module, and is named github.com/toorop/go-dkim, on the other hand, has not migrated to Go module (no go.mod file). dh-make-golang v0.6.0 does not handle newer Go packages with specified major version (e.g. v2, v3) too well as its dependency resolution mechanism predates Go modules (GO111MODULE set to
Anyhow, your report seems like a duplicate of: so I'll be closing this issue. Let's continue our discussions there at #135! |
Duplicate of #135 |
here is my system info
when i make a deb go package with this command
it complains:
package github.com/helm/helm: no Go files in /tmp/dh-make-golang65739910/src/github.com/helm/helm
2022/09/29 21:54:32 Could not create a tarball of the upstream source: find mains: ["go" "list" "-f" "{{.ImportPath}} {{.Name}}" "github.com/helm/helm"]: exit status 1
the full output is here
The text was updated successfully, but these errors were encountered: