Skip to content

Bump go.opentelemetry.io/otel/sdk from 1.36.0 to 1.43.0 in /mover-restic/restic #6057

Bump go.opentelemetry.io/otel/sdk from 1.36.0 to 1.43.0 in /mover-restic/restic

Bump go.opentelemetry.io/otel/sdk from 1.36.0 to 1.43.0 in /mover-restic/restic #6057

Workflow file for this run

---
# yamllint disable rule:line-length
name: Documentation
on: # yamllint disable-line rule:truthy
push:
branches: ["main", "release-*"]
pull_request:
branches: ["main", "release-*"]
# This workflow must be able to be triggered manually so that it can be
# started from another workflow
workflow_dispatch:
jobs:
build-docs:
name: Build docs
runs-on: ubuntu-24.04
steps:
- name: Checkout source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install prereqs
run: |
echo 'APT::Acquire::Retries "5";' | sudo tee /etc/apt/apt.conf.d/80-retries
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip python3-venv
- name: Build docs
run: |
cd docs
./setup-env.sh
. ../.venv/bin/activate
make html