Skip to content
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

nerdctl-0.19.0-go-mod-vendor.tar.gz is broken #1005

Closed
AkihiroSuda opened this issue Apr 22, 2022 · 0 comments · Fixed by #1015
Closed

nerdctl-0.19.0-go-mod-vendor.tar.gz is broken #1005

AkihiroSuda opened this issue Apr 22, 2022 · 0 comments · Fixed by #1015
Labels
area/ci e.g., CI failure bug Something isn't working
Milestone

Comments

@AkihiroSuda
Copy link
Member

AkihiroSuda commented Apr 22, 2022

$ tar tzvf nerdctl-0.19.0-go-mod-vendor.tar.gz | head
-rw-r--r--  0 root   root     8392  4 22 13:02 go.mod
-rw-r--r--  0 root   root   245979  4 22 13:02 go.sum
drwxr-xr-x  0 root   root        0  4 22 13:21 vendor/
drwxr-xr-x  0 root   root        0  4 22 13:21 gotest.tools/
drwxr-xr-x  0 root   root        0  4 22 13:21 v3/
drwxr-xr-x  0 root   root        0  4 22 13:21 assert/
drwxr-xr-x  0 root   root        0  4 22 13:21 cmp/
-rw-r--r--  0 root   root      744  4 22 13:21 compare_go113.go
-rw-r--r--  0 root   root     2537  4 22 13:21 result.go
-rw-r--r--  0 root   root    10608  4 22 13:21 compare.go

The expected layout is:

- go.mod
- go.sum
- vendor/**/*.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci e.g., CI failure bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant