Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.21.5 (#34)
Browse files Browse the repository at this point in the history
[![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)) |
golang | patch | `1.21.4` -> `1.21.5` |

---

### Release Notes

<details>
<summary>golang/go (go)</summary>

###
[`v1.21.5`](https://togithub.com/golang/go/compare/go1.21.4...go1.21.5)

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ymotongpoo/opentelemetry-collector-extra).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 0bc9edb commit 01404de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exporter/discordexporter/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ymotongpoo/opentelemetry-collector-extra/exporter/discordexporter

go 1.21.4
go 1.21.5

require (
github.com/bwmarrin/discordgo v0.27.1
Expand Down
2 changes: 1 addition & 1 deletion receiver/discordreceiver/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ymotongpoo/opentelemetry-collector-extra/receiver/discordreceiver

go 1.21.4
go 1.21.5

require (
github.com/bwmarrin/discordgo v0.27.1
Expand Down
2 changes: 1 addition & 1 deletion receiver/slackreceiver/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ymotongpoo/opentelemetry-collector-extra/receiver/slackreceiver

go 1.21.4
go 1.21.5

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit 01404de

Please sign in to comment.