This repository was archived by the owner on Apr 7, 2025. It is now read-only.
chore(deps): bump go.opentelemetry.io/otel/trace from 1.32.0 to 1.33.0 #220
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: x | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| workflow_dispatch: | |
| # Common Go workflows from go faster | |
| # See https://github.com/go-faster/x | |
| jobs: | |
| test: | |
| uses: go-faster/x/.github/workflows/test.yml@main | |
| commit: | |
| uses: go-faster/x/.github/workflows/commit.yml@main | |
| lint: | |
| uses: go-faster/x/.github/workflows/lint.yml@main |