Closed johanneskastl closed 8 months ago
Yes, @johanneskastl. This was our fault. It's already fixed in main
and next release (expected mid-April) won't have this issue.
We will add a CI step to ensure this doesn't happen again.
Sorry for the inconvenience.
Describe the bug I have been packaging kubeseal for openSUSE for quite a while. Since 0.26.1 the vendoring fails. As the builds happen without direct internet connectivity, this means I can no longer build a package...
Vendoring is running on my local machine with openSUSE Tumbleweed and go1.22.1
To Reproduce
go mod download
go mod vendor
Expected behavior Vendoring should work like before.