cmd/go: go get cannot create zip #54384
Labels
FrozenDueToAge
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
A successful download.
What did you see instead?
The problem file: https://github.com/sourcegraph/sourcegraph/tree/6cf24568ac2c070f96ab9fed5470a2d26f088315/internal/search/query/testdata/TestParseStandard/patterns_are_literal_and_slash-delimited_patterns_/...
Although weird, I don't see anything "wrong" with this. A directory named "..." is fine with Linux and fine with Go's
archive/tar
package.The text was updated successfully, but these errors were encountered: