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
The tests in this PR are failing with the following errors in the promtail receiver:
# github.com/sercand/kuberesolver
Error: /home/runner/go/pkg/mod/github.com/sercand/[email protected]+incompatible/builder.go:80:12: invalid operation: end == "" (mismatched types func() string and untyped string)
Error: /home/runner/go/pkg/mod/github.com/sercand/[email protected]+incompatible/builder.go:81:9: cannot use target.Authority (variable of type string) as type func() string in assignment
Error: /home/runner/go/pkg/mod/github.com/sercand/[email protected]+incompatible/builder.go:91:12: invalid operation: end == "" (mismatched types func() string and untyped string)
Error: /home/runner/go/pkg/mod/github.com/sercand/[email protected]+incompatible/builder.go:96:23: cannot use end (variable of type func() string) as type string in argument to strings.LastIndex
Error: /home/runner/go/pkg/mod/github.com/sercand/[email protected]+incompatible/builder.go:97:10: cannot use end (variable of type func() string) as type string in assignment
Error: /home/runner/go/pkg/mod/github.com/sercand/[email protected]+incompatible/builder.go:102:39: cannot use end (variable of type func() string) as type string in argument to net.SplitHostPort
FAIL github.com/open-telemetry/opentelemetry-collector-contrib/receiver/promtailreceiver [build failed]
The text was updated successfully, but these errors were encountered:
Component(s)
receiver/promtail
Describe the issue you're reporting
The tests in this PR are failing with the following errors in the promtail receiver:
The text was updated successfully, but these errors were encountered: