open-telemetry / opentelemetry-collector-releases

OpenTelemetry Collector Official Releases
https://opentelemetry.io
Apache License 2.0
253 stars 162 forks source link

Pin CI goreleaser version to v2.2.0 #667

Closed jade-guiton-dd closed 2 months ago

jade-guiton-dd commented 2 months ago

Version 2.3 of goreleaser changed some of the output directory names, making the Upload linux service packages task fail silently, causing the Package tests tasks to fail at retrieving the package artifacts under test.

This PR pins the version of goreleaser used in the CI to the previous one, v2.2.0, to resolve the issue.

We could also pin to v2.3 and update the expected directory name, but it seems that the name of output directories are not considered stable by goreleaser, so I think a better long-term solution is needed.

mx-psi commented 2 months ago

I can merge this once it is marked as ready for review :)