Dear maintainers,
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