From 76536488eaaafd38a039d0aabc3bfe27c5bc4cb3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 1 Jan 2025 03:22:31 +0100 Subject: [PATCH] Update dependency go to v1.23.4 (#44) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.23.3` -> `1.23.4` | --- ### Release Notes
golang/go (go) ### [`v1.23.4`](https://redirect.github.com/golang/go/compare/go1.23.3...go1.23.4)
--- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" (UTC), 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/yurishkuro/microsim). Signed-off-by: Mend Renovate --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5db526a..b02d629 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/yurishkuro/microsim go 1.23 -toolchain go1.23.3 +toolchain go1.23.4 require ( go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0