1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-23 22:34:47 +02:00
Files
opentelemetry-go/trace
renovate[bot] b0903afb45 chore(deps): update module github.com/rogpeppe/go-internal to v1.14.1 (#7283)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/rogpeppe/go-internal](https://redirect.github.com/rogpeppe/go-internal)
| `v1.13.1` -> `v1.14.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frogpeppe%2fgo-internal/v1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2frogpeppe%2fgo-internal/v1.13.1/v1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>rogpeppe/go-internal
(github.com/rogpeppe/go-internal)</summary>

###
[`v1.14.1`](https://redirect.github.com/rogpeppe/go-internal/releases/tag/v1.14.1)

[Compare
Source](https://redirect.github.com/rogpeppe/go-internal/compare/v1.14.0...v1.14.1)

#### What's Changed

- testscript: remove temp dirs when finishing once again by
[@&#8203;mvdan](https://redirect.github.com/mvdan) in
[#&#8203;290](https://redirect.github.com/rogpeppe/go-internal/pull/290)

**Full Changelog**:
<https://github.com/rogpeppe/go-internal/compare/v1.14.0...v1.14.1>

###
[`v1.14.0`](https://redirect.github.com/rogpeppe/go-internal/releases/tag/v1.14.0)

[Compare
Source](https://redirect.github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.0)

##### What's Changed

- Bump Go dependencies by
[@&#8203;lucacome](https://redirect.github.com/lucacome) in
[#&#8203;266](https://redirect.github.com/rogpeppe/go-internal/pull/266)
- diff,misspell: fix typos in comments by
[@&#8203;alexandear](https://redirect.github.com/alexandear) in
[#&#8203;282](https://redirect.github.com/rogpeppe/go-internal/pull/282)
- testscript: phase out `func() int` in RunMain by
[@&#8203;mvdan](https://redirect.github.com/mvdan) in
[#&#8203;281](https://redirect.github.com/rogpeppe/go-internal/pull/281)
- add Go 1.24.x, drop 1.22.x by
[@&#8203;mvdan](https://redirect.github.com/mvdan) in
[#&#8203;288](https://redirect.github.com/rogpeppe/go-internal/pull/288)

##### New Contributors

- [@&#8203;lucacome](https://redirect.github.com/lucacome) made their
first contribution in
[#&#8203;266](https://redirect.github.com/rogpeppe/go-internal/pull/266)
- [@&#8203;alexandear](https://redirect.github.com/alexandear) made
their first contribution in
[#&#8203;282](https://redirect.github.com/rogpeppe/go-internal/pull/282)

**Full Changelog**:
<https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-01 11:02:15 +02:00
..
2024-09-09 08:53:15 +02:00
2024-09-09 08:53:15 +02:00
2025-08-31 07:52:30 -07:00
2024-03-26 20:13:54 +01:00
2025-07-29 10:19:11 +02:00

Trace API

PkgGoDev