We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version go1.22.1 linux/amd64
go env
N/A
$ go get github.com/DopplerHQ/cli@v0.5.9 go: downloading github.com/DopplerHQ/cli v0.5.9 go: github.com/DopplerHQ/cli@v0.5.9: create zip: docker/node:alpine: malformed file path "docker/node:alpine": invalid char ':' docker/python:alpine: malformed file path "docker/python:alpine": invalid char ':' docker/ruby:alpine: malformed file path "docker/ruby:alpine": invalid char ':'
gosumdb is returning an unexpected error (see https://sum.golang.org/lookup/github.com/!doppler!h!q/cli@v0.5.9):
not found: create zip: docker/node:alpine: malformed file path "docker/node:alpine": invalid char ':' docker/python:alpine: malformed file path "docker/python:alpine": invalid char ':' docker/ruby:alpine: malformed file path "docker/ruby:alpine": invalid char ':'
No error or a different error.
The text was updated successfully, but these errors were encountered:
It looks like this is because there are files in this repo which have colons in them: https://github.com/DopplerHQ/cli/tree/v0.5.9/docker
The error appears to be propagated to the sumdb. Same happens with v0.5.10:
Sorry, something went wrong.
Duplicate of #45549
No branches or pull requests
Go version
go version go1.22.1 linux/amd64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
gosumdb is returning an unexpected error (see https://sum.golang.org/lookup/github.com/!doppler!h!q/cli@v0.5.9):
What did you expect to see?
No error or a different error.
The text was updated successfully, but these errors were encountered: