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
I am packaging eksctl for openSUSE. The latest version 0.199.0 fails during the go vendoring, necessary for building offline.
INFO:obs-service-go_modules:Using archive eksctl-0.199.0.obscpio
INFO:obs-service-go_modules:Extracting eksctl-0.199.0.obscpio to /tmp/tmpysmseaty
INFO:obs-service-go_modules:Switching to /tmp/tmpysmseaty
INFO:obs-service-go_modules:Detected basename eksctl-0.199.0 from archive
INFO:obs-service-go_modules:Using go.mod found at /tmp/tmpysmseaty/eksctl-0.199.0/go.mod
INFO:obs-service-go_modules:go mod download
INFO:obs-service-go_modules:go mod vendor
INFO:obs-service-go_modules:go mod verify
ERROR:obs-service-go_modules:goformation/v4 v4.0.0: missing ziphash: open hash: no such file or directory
ERROR:obs-service-go_modules:go mod verify failed
Vendoring manually in a git clone of the 0.199.0 tag shows the same error:
$ go mod verify
goformation/v4 v4.0.0: missing ziphash: open hash: no such file or directory
$
Could you please take a look?
Kind Regards,
Johannes
The text was updated successfully, but these errors were encountered:
Hello kastl-ars 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website
Dear maintainers,
I am packaging eksctl for openSUSE. The latest version 0.199.0 fails during the go vendoring, necessary for building offline.
Vendoring manually in a git clone of the 0.199.0 tag shows the same error:
Could you please take a look?
Kind Regards,
Johannes
The text was updated successfully, but these errors were encountered: