Skip to content

Commit

Permalink
fix(deps): update module github.com/jcchavezs/porto to v0.7.0 (#11430)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/jcchavezs/porto](https://redirect.github.com/jcchavezs/porto)
| `v0.6.0` -> `v0.7.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjcchavezs%2fporto/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjcchavezs%2fporto/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjcchavezs%2fporto/v0.6.0/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjcchavezs%2fporto/v0.6.0/v0.7.0?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>jcchavezs/porto (github.com/jcchavezs/porto)</summary>

###
[`v0.7.0`](https://redirect.github.com/jcchavezs/porto/releases/tag/v0.7.0):
Version 0.7.0

[Compare
Source](https://redirect.github.com/jcchavezs/porto/compare/v0.6.0...v0.7.0)

#### What's Changed

- Upgrade go to 1.23 by
[@&#8203;tim-mwangi](https://redirect.github.com/tim-mwangi) in
[https://github.com/jcchavezs/porto/pull/20](https://redirect.github.com/jcchavezs/porto/pull/20)

#### New Contributors

- [@&#8203;tim-mwangi](https://redirect.github.com/tim-mwangi) made
their first contribution in
[https://github.com/jcchavezs/porto/pull/20](https://redirect.github.com/jcchavezs/porto/pull/20)

**Full Changelog**:
jcchavezs/porto@v0.6.0...v0.7.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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-collector).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
  • Loading branch information
renovate[bot] and opentelemetrybot authored Oct 14, 2024
1 parent 98a326a commit ad2296a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions internal/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module go.opentelemetry.io/collector/internal/tools

go 1.22.1
go 1.23

toolchain go1.22.8
toolchain go1.23.2

require (
github.com/a8m/envsubst v1.4.2
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.61.0
github.com/google/addlicense v1.1.1
github.com/jcchavezs/porto v0.6.0
github.com/jcchavezs/porto v0.7.0
github.com/pavius/impi v0.0.3
go.opentelemetry.io/build-tools/checkfile v0.14.0
go.opentelemetry.io/build-tools/chloggen v0.14.0
Expand Down
5 changes: 2 additions & 3 deletions internal/tools/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad2296a

Please sign in to comment.