villebro commented on PR #295: URL: https://github.com/apache/superset-kubernetes-operator/pull/295#issuecomment-5349311167
Repurposed this PR to keep the Go toolchain in lockstep instead of bumping the devcontainer alone. The devcontainer `golang` image is picked up by Renovate's `devcontainer` manager, which wasn't listed in the "Go toolchain" group/soak-bypass rules ā so it escaped the group and opened this standalone bump to 1.27 while `go.mod` and the `Dockerfile` stayed on 1.26.6. Changes here: - Pin `.devcontainer/devcontainer.json` to the same patch + digest as the `Dockerfile` (`golang:1.26.6@sha256:0d1dā¦7b6b6`), reverting the standalone 1.27 bump. - Add the `devcontainer` manager to both Go-toolchain `packageRules` in `renovate.json`. All three golang pins (go.mod, Dockerfile, devcontainer) now move together in one grouped PR. **Holding at 1.26.6 for now ā 1.27 will come through later as a single grouped bump when the time is right.** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
