From d2d49f4251c240204e9c6179d558ca4e5f9c1dde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 15:45:52 +0100 Subject: [PATCH] chore(deps): update module 4d63.com/gocheckcompilerdirectives to v1.3.0 (#6388) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [4d63.com/gocheckcompilerdirectives](https://redirect.github.com/leighmcculloch/gocheckcompilerdirectives) | `v1.2.1` -> `v1.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/4d63.com%2fgocheckcompilerdirectives/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/4d63.com%2fgocheckcompilerdirectives/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/4d63.com%2fgocheckcompilerdirectives/v1.2.1/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/4d63.com%2fgocheckcompilerdirectives/v1.2.1/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
leighmcculloch/gocheckcompilerdirectives (4d63.com/gocheckcompilerdirectives) ### [`v1.3.0`](https://redirect.github.com/leighmcculloch/gocheckcompilerdirectives/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/leighmcculloch/gocheckcompilerdirectives/compare/v1.2.1...v1.3.0) #### What's Changed - Support //go:debug directive by [@​abemedia](https://redirect.github.com/abemedia) in [https://github.com/leighmcculloch/gocheckcompilerdirectives/pull/4](https://redirect.github.com/leighmcculloch/gocheckcompilerdirectives/pull/4) - Upgrade Go toolchain to 1.24.0 and dependencies by [@​leighmcculloch](https://redirect.github.com/leighmcculloch) in [https://github.com/leighmcculloch/gocheckcompilerdirectives/pull/5](https://redirect.github.com/leighmcculloch/gocheckcompilerdirectives/pull/5) - Extend known slice with Go 1.24 compiler directives by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/leighmcculloch/gocheckcompilerdirectives/pull/3](https://redirect.github.com/leighmcculloch/gocheckcompilerdirectives/pull/3) #### New Contributors - [@​abemedia](https://redirect.github.com/abemedia) made their first contribution in [https://github.com/leighmcculloch/gocheckcompilerdirectives/pull/4](https://redirect.github.com/leighmcculloch/gocheckcompilerdirectives/pull/4) - [@​alexandear](https://redirect.github.com/alexandear) made their first contribution in [https://github.com/leighmcculloch/gocheckcompilerdirectives/pull/3](https://redirect.github.com/leighmcculloch/gocheckcompilerdirectives/pull/3) **Full Changelog**: https://github.com/leighmcculloch/gocheckcompilerdirectives/compare/v1.2.1...v1.3.0
--- ### 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 is behind base branch, 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/open-telemetry/opentelemetry-go). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dmathieu <42@dmathieu.com> --- internal/tools/go.mod | 2 +- internal/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index cf43ad40a..9029202da 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -18,7 +18,7 @@ require ( ) require ( - 4d63.com/gocheckcompilerdirectives v1.2.1 // indirect + 4d63.com/gocheckcompilerdirectives v1.3.0 // indirect 4d63.com/gochecknoglobals v0.2.2 // indirect dario.cat/mergo v1.0.1 // indirect github.com/4meepo/tagalign v1.4.2 // indirect diff --git a/internal/tools/go.sum b/internal/tools/go.sum index 0c0ad6568..51a92ce7f 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -1,5 +1,5 @@ -4d63.com/gocheckcompilerdirectives v1.2.1 h1:AHcMYuw56NPjq/2y615IGg2kYkBdTvOaojYCBcRE7MA= -4d63.com/gocheckcompilerdirectives v1.2.1/go.mod h1:yjDJSxmDTtIHHCqX0ufRYZDL6vQtMG7tJdKVeWwsqvs= +4d63.com/gocheckcompilerdirectives v1.3.0 h1:Ew5y5CtcAAQeTVKUVFrE7EwHMrTO6BggtEj8BZSjZ3A= +4d63.com/gocheckcompilerdirectives v1.3.0/go.mod h1:ofsJ4zx2QAuIP/NO/NAh1ig6R1Fb18/GI7RVMwz7kAY= 4d63.com/gochecknoglobals v0.2.2 h1:H1vdnwnMaZdQW/N+NrkT1SZMTBmcwHe9Vq8lJcYYTtU= 4d63.com/gochecknoglobals v0.2.2/go.mod h1:lLxwTQjL5eIesRbvnzIP3jZtG140FnTdz+AlMa+ogt0= dario.cat/mergo v1.0.1 h1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=