Skip to content

Commit

Permalink
Update indirect otel dependencies as well
Browse files Browse the repository at this point in the history
  • Loading branch information
XSAM committed May 1, 2024
1 parent 0db1488 commit ffab2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ update-all-otel-deps:
for dir in $(OTEL_GO_MOD_DIRS); do \
echo "Updating OpenTelemetry dependencies in $${dir}"; \
(cd $${dir} \
&& grep -v indirect go.mod | grep -o 'go.opentelemetry.io/otel\S*' | xargs -I {} -n1 $(GO) get {}@${GITSHA}); \
&& grep -o 'go.opentelemetry.io/otel\S*' go.mod | xargs -I {} -n1 $(GO) get {}@${GITSHA}); \
done

# The source directory for opentelemetry-configuration schema.
Expand Down

0 comments on commit ffab2cd

Please sign in to comment.