Skip to content

Commit 48c2b1a

Browse files
renovate[bot]Yoshi Yamaguchi
authored and
Yoshi Yamaguchi
committed
chore(deps): update dependency go to v1.21.5 (#34)
[![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>
1 parent 9f10d6f commit 48c2b1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exporter/discordexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ymotongpoo/opentelemetry-collector-extra/exporter/discordexporter
22

3-
go 1.21.4
3+
go 1.21.5
44

55
require (
66
github.com/bwmarrin/discordgo v0.27.1

receiver/discordreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ymotongpoo/opentelemetry-collector-extra/receiver/discordreceiver
22

3-
go 1.21.4
3+
go 1.21.5
44

55
require (
66
github.com/bwmarrin/discordgo v0.27.1

receiver/slackreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ymotongpoo/opentelemetry-collector-extra/receiver/slackreceiver
22

3-
go 1.21.4
3+
go 1.21.5
44

55
require (
66
github.com/google/go-cmp v0.6.0

0 commit comments

Comments
 (0)