Skip to content

Bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0 #83

Bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0

Bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0 #83

Workflow file for this run

name: PR Validation
on:
pull_request:
branches:
- main
jobs:
validate-app:
name: Validate App
permissions:
contents: read
packages: write
uses: ./.github/workflows/_build-app.yml
with:
enable-cache: true
push-images: false
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}