Skip to content

Commit

Permalink
chore(deps): update dependency open-telemetry/opentelemetry-cpp to v1…
Browse files Browse the repository at this point in the history
….19.0 (#64)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 8d53ad4 commit 5f9b249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
run: echo "OPENTELEMETRY_CPP_VERSION=${OPENTELEMETRY_CPP_VERSION}" >> "${GITHUB_ENV}"
env:
# renovate: datasource=github-releases depName=open-telemetry/opentelemetry-cpp
OPENTELEMETRY_CPP_VERSION: v1.18.0
OPENTELEMETRY_CPP_VERSION: v1.19.0

- name: Make /usr/local/include and /usr/local/lib writable
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV CC=clang-18
WORKDIR /build

# renovate: datasource=github-releases depName=open-telemetry/opentelemetry-cpp
ENV OPENTELEMETRY_CPP_VERSION=v1.18.0
ENV OPENTELEMETRY_CPP_VERSION=v1.19.0
RUN \
git clone https://github.com/open-telemetry/opentelemetry-cpp.git \
--depth=1 -b "${OPENTELEMETRY_CPP_VERSION}" --single-branch && \
Expand Down

0 comments on commit 5f9b249

Please sign in to comment.