Skip to content

build(deps): update lock file maintenance golang - #2542

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lock-file-maintenance-golang
Open

build(deps): update lock file maintenance golang#2542
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lock-file-maintenance-golang

Conversation

@renovate

@renovate renovate Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

🔧 This Pull Request updates lock files to use the latest dependency versions.:warning: MAJOR VERSION UPDATE :warning: - if diff is empty, revert last commit, manually update the imports within this project to the new version and re-run go mod tidy.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on Wednesday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 19, 2026
@renovate
renovate Bot requested a review from a team as a code owner August 19, 2026 00:55
@renovate

renovate Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: collector/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.26.1 -> 1.27.0
File name: collector/internal/tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.26.1 -> 1.27.0
File name: collector/lambdacomponents/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.26.1 -> 1.27.0
File name: collector/receiver/telemetryapireceiver/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.26.1 -> 1.27.0

@github-actions github-actions Bot added the go Pull requests that update Go code label Aug 19, 2026
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance-golang branch 26 times, most recently from 2c846b4 to d384f14 Compare August 19, 2026 02:48
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance-golang branch 26 times, most recently from 2457f7a to 4d959f6 Compare August 19, 2026 06:15
@thompson-tomo

thompson-tomo commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Prior to the post update options, the tidy up was doing
image

With an original commit of
image

This is to give a general indication of the effect of the change which is that, now the custom workflow has not needed to be run as renovate did it all.

Comment thread collector/go.mod
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gobwas/glob v1.0.0 // indirect

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major update

Comment thread collector/internal/tools/go.mod Outdated
github.com/fzipp/gocyclo v0.6.0 // indirect
github.com/ghostiam/protogetter v0.3.21 // indirect
github.com/go-critic/go-critic v0.14.4 // indirect
github.com/ghostiam/protogetter v1.0.0 // indirect

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major

Comment thread collector/internal/tools/go.mod Outdated
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-github/v90 v90.0.0 // indirect
github.com/google/go-github/v91 v91.0.0 // indirect

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major

github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gofrs/flock v0.13.0 // indirect
github.com/gobwas/glob v1.0.0 // indirect

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major

github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gobwas/glob v1.0.0 // indirect

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major

github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gobwas/glob v1.0.0 // indirect

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants