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
To avoid this in the future, looks like build tags can be enabled manually in golangci-lint which might avoid this problem? Would specific configuration to only check limited linters (e.g. goimports) be needed?
Description
Remove unused imports in https://github.com/open-telemetry/opentelemetry-go/blob/main/sdk/resource/host_id_bsd.go
Environment
See these GitHub actions run
Ubuntu 22.04.2 LTS
Steps To Reproduce
go build
for particular architecture (e.g.GOARCH=386 CGO_ENABLED=0 go build -tags ""
)Expected behavior
Builds correctly
The text was updated successfully, but these errors were encountered: