You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	fix(deps): update build-tools to v0.28.1 (#7455)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [go.opentelemetry.io/build-tools/crosslink](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools) | `v0.28.0` -> `v0.28.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/build-tools/gotmpl](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools) | `v0.28.0` -> `v0.28.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/build-tools/multimod](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools) | `v0.28.0` -> `v0.28.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](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>open-telemetry/opentelemetry-go-build-tools (go.opentelemetry.io/build-tools/crosslink)</summary> ### [`v0.28.1`](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/blob/HEAD/CHANGELOG.md#v0281) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/compare/v0.28.0...v0.28.1) ##### 💡 Enhancements 💡 - `checkapi`: Work with a JSON schema stored as yaml under metadata.yaml config key. ([#​1148](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1148)) - `chloggen`: Sort changelog entries lexicographically based on their component field ([#​1276](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1276)) - `issuegenerator`: issuegenerator now pings the author of a failing test's PR ([#​1182](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1182)) - `issuegenerator`: trim component type suffix from component names ([#​1255](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1255)) ##### 🧰 Bug fixes 🧰 - `issuegenerator`: removed pr section from autogenerated issue body. ([#​1243](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1243)) </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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		| @@ -9,9 +9,9 @@ require ( | ||||
| 	github.com/golangci/golangci-lint/v2 v2.5.0 | ||||
| 	github.com/jcchavezs/porto v0.7.0 | ||||
| 	github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad | ||||
| 	go.opentelemetry.io/build-tools/crosslink v0.28.0 | ||||
| 	go.opentelemetry.io/build-tools/gotmpl v0.28.0 | ||||
| 	go.opentelemetry.io/build-tools/multimod v0.28.0 | ||||
| 	go.opentelemetry.io/build-tools/crosslink v0.28.1 | ||||
| 	go.opentelemetry.io/build-tools/gotmpl v0.28.1 | ||||
| 	go.opentelemetry.io/build-tools/multimod v0.28.1 | ||||
| 	golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9 | ||||
| 	golang.org/x/tools v0.37.0 | ||||
| 	golang.org/x/vuln v1.1.4 | ||||
| @@ -222,7 +222,7 @@ require ( | ||||
| 	go-simpler.org/sloglint v0.11.1 // indirect | ||||
| 	go.augendre.info/arangolint v0.2.0 // indirect | ||||
| 	go.augendre.info/fatcontext v0.9.0 // indirect | ||||
| 	go.opentelemetry.io/build-tools v0.28.0 // indirect | ||||
| 	go.opentelemetry.io/build-tools v0.28.1 // indirect | ||||
| 	go.uber.org/automaxprocs v1.6.0 // indirect | ||||
| 	go.uber.org/multierr v1.11.0 // indirect | ||||
| 	go.uber.org/zap v1.27.0 // indirect | ||||
|   | ||||
| @@ -522,14 +522,14 @@ go.augendre.info/arangolint v0.2.0 h1:2NP/XudpPmfBhQKX4rMk+zDYIj//qbt4hfZmSSTcpj | ||||
| go.augendre.info/arangolint v0.2.0/go.mod h1:Vx4KSJwu48tkE+8uxuf0cbBnAPgnt8O1KWiT7bljq7w= | ||||
| go.augendre.info/fatcontext v0.9.0 h1:Gt5jGD4Zcj8CDMVzjOJITlSb9cEch54hjRRlN3qDojE= | ||||
| go.augendre.info/fatcontext v0.9.0/go.mod h1:L94brOAT1OOUNue6ph/2HnwxoNlds9aXDF2FcUntbNw= | ||||
| go.opentelemetry.io/build-tools v0.28.0 h1:a6bDjCySU2YIeL8bxu4wvEc5Kdo1TheAQxzHIEeOIOc= | ||||
| go.opentelemetry.io/build-tools v0.28.0/go.mod h1:3hSt/hRgbNM6phYzQ/CeGsTbfSKBkvXg8WtSZLNkxeQ= | ||||
| go.opentelemetry.io/build-tools/crosslink v0.28.0 h1:UeK+g0uxQarbyzGwtwatC02DkylenjDvORCmw5Nlsdk= | ||||
| go.opentelemetry.io/build-tools/crosslink v0.28.0/go.mod h1:a7cPxK7A+33BHXceIRn5TIR9y3D01PVAA8r7IYBnLZ8= | ||||
| go.opentelemetry.io/build-tools/gotmpl v0.28.0 h1:xL6R0ZyYzvrsm6BxCUzzRR3caebHz1A6LOq/EA7Q/I8= | ||||
| go.opentelemetry.io/build-tools/gotmpl v0.28.0/go.mod h1:iV4476otkcr5PY9udBRtjwkwCYLv8LvCVpBuKsezbAk= | ||||
| go.opentelemetry.io/build-tools/multimod v0.28.0 h1:Y2/MVvw99ktJ3pPNdXRBP+WIhDaddzoYsgtxz0FbCAM= | ||||
| go.opentelemetry.io/build-tools/multimod v0.28.0/go.mod h1:yhNMNDcbbg1GtdkGb6hrayb3lMCCxfQTOLg/NeD+yXk= | ||||
| go.opentelemetry.io/build-tools v0.28.1 h1:kqUxg8kpeOZ0wHXLmX2WmpqbeIVLkufZLcjTexi8cak= | ||||
| go.opentelemetry.io/build-tools v0.28.1/go.mod h1:3hSt/hRgbNM6phYzQ/CeGsTbfSKBkvXg8WtSZLNkxeQ= | ||||
| go.opentelemetry.io/build-tools/crosslink v0.28.1 h1:9J8UFw8Py610SWLKRHyX1Lqfkman98xCxF8tEp9iKqc= | ||||
| go.opentelemetry.io/build-tools/crosslink v0.28.1/go.mod h1:yi6HtVnoKb4iCzFxqgjv3El/MU9AXbiUljQwxYYcfbU= | ||||
| go.opentelemetry.io/build-tools/gotmpl v0.28.1 h1:cTJ9Vm+BmPqU6oBvL9jk89WLrRfH7+WhivCWdteYsRg= | ||||
| go.opentelemetry.io/build-tools/gotmpl v0.28.1/go.mod h1:iV4476otkcr5PY9udBRtjwkwCYLv8LvCVpBuKsezbAk= | ||||
| go.opentelemetry.io/build-tools/multimod v0.28.1 h1:jIxyXh9lW5hj27THxLfltfjMxCSZZ2upZNiqnysmc/E= | ||||
| go.opentelemetry.io/build-tools/multimod v0.28.1/go.mod h1:y7x03iZGe+A2rcESArINfpacOBLsRy4dwrtnsaLlWDg= | ||||
| go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs= | ||||
| go.uber.org/automaxprocs v1.6.0/go.mod h1:ifeIMSnPZuznNm6jmdzmU3/bfk01Fe2fotchwEFJ8r8= | ||||
| go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user