mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-06 01:23:16 -06:00
chore: update otel dependencies
This commit is contained in:
parent
baed591a1d
commit
42e32eb57f
205 changed files with 6801 additions and 2648 deletions
17
vendor/go.opentelemetry.io/otel/RELEASING.md
generated
vendored
17
vendor/go.opentelemetry.io/otel/RELEASING.md
generated
vendored
|
|
@ -111,17 +111,6 @@ It is critical you make sure the version you push upstream is correct.
|
|||
Finally create a Release for the new `<new tag>` on GitHub.
|
||||
The release body should include all the release notes from the Changelog for this release.
|
||||
|
||||
## Verify Examples
|
||||
|
||||
After releasing verify that examples build outside of the repository.
|
||||
|
||||
```
|
||||
./verify_examples.sh
|
||||
```
|
||||
|
||||
The script copies examples into a different directory removes any `replace` declarations in `go.mod` and builds them.
|
||||
This ensures they build with the published release, not the local copy.
|
||||
|
||||
## Post-Release
|
||||
|
||||
### Contrib Repository
|
||||
|
|
@ -141,6 +130,6 @@ Importantly, bump any package versions referenced to be the latest one you just
|
|||
|
||||
Bump the dependencies in the following Go services:
|
||||
|
||||
- [`accountingservice`](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/accountingservice)
|
||||
- [`checkoutservice`](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/checkoutservice)
|
||||
- [`productcatalogservice`](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/productcatalogservice)
|
||||
- [`accounting`](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/accounting)
|
||||
- [`checkoutservice`](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/checkout)
|
||||
- [`productcatalogservice`](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/product-catalog)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue