chore(deps): update dependency go to v1.23.4
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| go (source) | toolchain | patch | 1.23.2 -> 1.23.4 |
Release Notes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
@fmeum is there a better recommendation to align the Go toolchain version between Bazel/non-Bazel? I didn't even add any assertion here.
For rules_ts we do something to read the canonical file, so it would be like
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(version_from = "//:go.mod") # Reads the "toolchain" line
Not yet, but I've been working on this over at https://github.com/bazel-contrib/rules_go/pull/4106. It's a bit more difficult for Go as there are two relevant versions, the SDK and the language version.
Autoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.