bazel-lib icon indicating copy to clipboard operation
bazel-lib copied to clipboard

chore(deps): update dependency go to v1.23.4

Open renovate[bot] opened this issue 1 year ago • 3 comments

This PR contains the following updates:

Package Type Update Change
go (source) toolchain patch 1.23.2 -> 1.23.4

Release Notes

golang/go (go)

v1.23.4

v1.23.3


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.

renovate[bot] avatar Nov 06 '24 23:11 renovate[bot]

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.

renovate[bot] avatar Dec 06 '24 17:12 renovate[bot]

@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

alexeagle avatar Dec 06 '24 17:12 alexeagle

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.

fmeum avatar Dec 06 '24 18:12 fmeum

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.

renovate[bot] avatar Mar 04 '25 01:03 renovate[bot]