I tried to do a run for dependency updates today, to see and update build deps etc. A lot of prs are not mergable due to the same reason, and the builds are more often failing than succeeding.
Error: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.5.1:exec (download-latest-github-asset) on project go-feature-flag: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
we should investigate, if we can cache those dependencies somehow for the build. or if there is a more reliable mechanism to fetch them.
fyi: @thomaspoignant maybe you have some input here ;)