You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make precommit
cd ./internal/tools && \
go build -o /Users/ysh/dev/otel/opentelemetry-go/.tools/dbotconf go.opentelemetry.io/build-tools/dbotconf
no required module provides package go.opentelemetry.io/build-tools/dbotconf; to add it:
go get go.opentelemetry.io/build-tools/dbotconf
make: *** [~/dev/otel/opentelemetry-go/.tools/dbotconf] Error 1
Trying to follow the suggested resolution also fails:
$ (cd ./internal/tools; \
go build -o /Users/ysh/dev/otel/opentelemetry-go/.tools/dbotconf go.opentelemetry.io/build-tools/dbotconf )
no required module provides package go.opentelemetry.io/build-tools/dbotconf; to add it:
go get go.opentelemetry.io/build-tools/dbotconf
Environment
OS: masOS 13.1
Go Version: 1.19
opentelemetry-go version: 1.12.0
Additional comments
I would recommend changing the help text to (cd dir && cmd2) instead of cd dir && cmd2, because the former leaves the workind dir unchanged regardless of the outcome.
The text was updated successfully, but these errors were encountered:
Description
Running
make precommit
fails with:Trying to follow the suggested resolution also fails:
Environment
Additional comments
I would recommend changing the help text to
(cd dir && cmd2)
instead ofcd dir && cmd2
, because the former leaves the workind dir unchanged regardless of the outcome.The text was updated successfully, but these errors were encountered: