renovatebot / github-action

Other
289 stars 80 forks source link

Artifact error for Golang repositories now 1.22 has been released #816

Closed richjyoung closed 9 months ago

richjyoung commented 9 months ago

Renovate fails to run for golang repositories, with the following warning:

"artifactErrors": [
 {
   "lockFile": "go.sum",
   "stderr": "Command failed: install-tool golang 1.22.0\n"
 }
]

All update PRs are then marked with Artifact Update Problem

viceice commented 9 months ago

Binaries where not published and renovate sugested to fast. should work now when you retry.

richjyoung commented 9 months ago

All working again this morning, many thanks

viceice commented 9 months ago