-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
golang/go not updated #189
Comments
Seems renovate has failed to update go in aqua-registry too: https://github.com/aquaproj/aqua-registry/tree/main/pkgs/golang/go |
Hmm... Sorry these are unrelated. |
Thank you for your report. |
I'll try to see what's broken when I get some time, seems renovate is a bit flaky this week |
Thank you. Recently I'm a little busy so it is difficult to investigate the issue about Renovate for now. |
Related tweet (Japanese). |
Maybe this warning is about aqua-renovate-config/default.json Lines 95 to 102 in c151d10
|
I guess we can ignore this warning although we would like to remove the warning. Renovate tries to get each package's version from these datasources, but Renovate can get the version from only one datasource. For example, Renovate would succeed to get the version of Note that the above description is just my assumption. |
Hmm...
|
golang/go was updated from 1.18.4 to 1.18.5, but not updated to 1.19. I guess this is because aqua-renovate-config/default.json Lines 45 to 54 in a8a9c0a
I checked the Renovate log. The version was {
"depName": "golang/go",
"currentValue": "go1.18.4",
"datasource": "github-releases",
"replaceString": " name: golang/[email protected]",
"depIndex": 0,
"updates": [],
"warnings": [],
"versioning": "semver",
"skipReason": "invalid-value"
} |
Renovate supports various versioning, but I don't know which is best for |
yeh, i guess that's right, i manually updated for now. |
I'm closing this issue for now, since this is a minor inconvenience. |
Thanks for chasing the issue and putting up a fix 👍 |
I tried semver-coerced with no luck and ended up just setting it to loose.
|
Golang major releases follow `major.minor` only and patch releases follow `major.minor.patch` format. This change allows renovate to update Golang major/patch release versions. This should also fix an old issue aquaproj#189. Signed-off-by: Noel Georgi <[email protected]>
Golang major releases follow `major.minor` only and patch releases follow `major.minor.patch` format. This change allows renovate to update Golang major/patch release versions. This should also fix an old issue aquaproj#189. Signed-off-by: Noel Georgi <[email protected]>
Golang major releases follow `major.minor` only and patch releases follow `major.minor.patch` format. This change allows renovate to update Golang major/patch release versions. This should also fix an old issue aquaproj#189. Signed-off-by: Noel Georgi <[email protected]>
Golang major releases follow `major.minor` only and patch releases follow `major.minor.patch` format. This change allows renovate to update Golang major/patch release versions. This should also fix an old issue aquaproj#189. Signed-off-by: Noel Georgi <[email protected]>
Go 1.19 was released on 2nd Aug, 2022, but it seems I didn't get a renovate PR for the same.
The renovate config clearly sees the deps here:
seems something got broken recently. Creating it here to track why some deps doesn't gets updated. Had a similar issue with goimports as referenced in #185
The text was updated successfully, but these errors were encountered: