You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
chore(deps): update module 4d63.com/gocheckcompilerdirectives to v1.3.0 (#6388)
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>leighmcculloch/gocheckcompilerdirectives (4d63.com/gocheckcompilerdirectives)</summary> ### [`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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dmathieu <42@dmathieu.com>
This commit is contained in:
@@ -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
|
||||
|
@@ -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=
|
||||
|
Reference in New Issue
Block a user