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 update-otel OTEL_VERSION=v0.113.0 OTEL_STABLE_VERSION=v1.19.0
...
2024-11-05T16:01:09.936-0500 INFO builder/config.go:159 Using go {"go-executable": "/opt/homebrew/bin/go"}
2024-11-05T16:01:09.938-0500 INFO builder/main.go:100 Sources created {"path": "cmd/oteltestbedcol"}
2024-11-05T16:01:10.212-0500 INFO builder/main.go:191 Getting go modules
2024-11-05T16:01:12.202-0500 INFO builder/main.go:107 Generating source codes only, the distribution will not be compiled.
cd ./cmd/oteltestbedcol && GO111MODULE=on CGO_ENABLED=0 go build -trimpath -o ../../bin/oteltestbedcol_darwin_arm64 \
-tags "" .
main module (github.com/open-telemetry/opentelemetry-collector-contrib) does not contain package github.com/open-telemetry/opentelemetry-collector-contrib/cmd/oteltestbedcol
make[1]: *** [oteltestbedcol] Error 1
make: *** [update-otel] Error 2
The text was updated successfully, but these errors were encountered:
This was due to having manually created a go work space in order to validate an earlier part of the release process, but not having deleted the workspace files. Ideally the process would not allow for manual mistake like this.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Component(s)
No response
Describe the issue you're reporting
In step 1 of the contrib release process, the following error occurs:
The text was updated successfully, but these errors were encountered: