Michael Rios
Michael Rios
This issue is blocking my team from using this package at all. We had to strip the package out entirely to continue moving forward. My Go version is 1.18.1 Bazel...
I am getting a similar error ``` ERROR: /private/var/tmp/_bazel_michaelrios/40b835931d2eac0aa05000d8e9424bb8/external/io_opentelemetry_go_otel_exporters_otlp_otlptrace/internal/otlpconfig/BUILD.bazel:3:11: no such package '@io_opentelemetry_go_otel_exporters_otlp//internal': BUILD file not found in directory 'internal' of external repository @io_opentelemetry_go_otel_exporters_otlp. Add a BUILD file to a...
I was having this issue intermittently for some reason during the build process (not on `amplify push`) and added the following to the amplify.yml, which fixed the problem ``` backend:...