From 2dc107bcc65cd69e96d81a67224a6448e534165c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 3 Jul 2024 00:41:19 +0200 Subject: [PATCH] Update dependency go to v1.22.5 (#20) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | toolchain | patch | `1.22.3` -> `1.22.5` | --- ### Release Notes
golang/go (go) ### [`v1.22.5`](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5) ### [`v1.22.4`](https://togithub.com/golang/go/compare/go1.22.3...go1.22.4)
--- ### 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. --- - [x] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](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 5d19d75..c3d51e4 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/yurishkuro/microsim go 1.21 -toolchain go1.22.3 +toolchain go1.22.5 require ( go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0