From d8f21f839844b9ff5317ebaacc53af4372d5236d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 13 Aug 2024 18:55:09 +0200 Subject: [PATCH] Update dependency go to v1.22.6 (#5834) 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.5` -> `1.22.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
golang/go (go) ### [`v1.22.6`](https://togithub.com/golang/go/compare/go1.22.5...go1.22.6)
--- ### 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](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger). Signed-off-by: Mend Renovate --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 45d42364879..f54bb7056e4 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/jaegertracing/jaeger go 1.21.0 -toolchain go1.22.5 +toolchain go1.22.6 require ( github.com/HdrHistogram/hdrhistogram-go v1.1.2