Results 781 comments of Pablo Baeyens

Having the ability to filter by build tags sounds like a good idea, but I am not sure what is the best default for this: I don't love golangci-lint default...

@kristinapathak feel free to ping me when tests are passing :)

CI failures are due to #10661, will merge this PR after merging that one

``` --- FAIL: TestGetModules (36.26s) --- FAIL: TestGetModules/Exporter_Not_in_Gomod (3.57s) main_test.go:633: Error Trace: D:/a/opentelemetry-collector/opentelemetry-collector/cmd/builder/internal/builder/main_test.go:633 Error: Received unexpected error: failed to compile the OpenTelemetry Collector distribution: go subcommand failed with args '[build...

@kristinapathak Sorry, should have said something explicitly, CI is not passing so I can't merge (it's a required CI so I literally can't click the button :smile:). This error is...

Looks like CI is still having trouble

Looks like there is one last test that is timing out on Windows: ``` panic: test timed out after 4m0s running tests: TestGetModules (17s) TestGetModules/Exporter_Not_in_Gomod (3s) ``` I am fine...

Looks like bumping the timeout revealed an error: ``` Error: Error "component dependency not found in go mod file: 'go.opentelemetry.io/collector/confmap/provider/envprovider'. Use --skip-strict-versioning to temporarily disable this check. This flag will...