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
Hello, golang linter is picking up potential integer overflows in this package:
Error: /home/runner/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.21/converters/other_types.go:81:25: 2147483648 (untyped int constant) overflows int
Error: /home/runner/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.21/converters/other_types.go:102:23: 2147483648 (untyped int constant) overflows int
Error: /home/runner/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.21/converters/other_types.go:108:21: 2147483648 (untyped int constant) overflows int
Error: /home/runner/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.21/converters/other_types.go:1[16](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10906799019/job/30269344525?pr=35247#step:7:17):21: 2147483648 (untyped int constant) overflows in
This is not a new issue, but is being hit due to golang's linter now checking for this. We hit these failures when attempting to upgrade the sjims/go-ora/v2 dependency in the OpenTelemetry Collector here.
The text was updated successfully, but these errors were encountered:
Hello,
golang
linter is picking up potential integer overflows in this package:This is not a new issue, but is being hit due to
golang
's linter now checking for this. We hit these failures when attempting to upgrade thesjims/go-ora/v2
dependency in the OpenTelemetry Collector here.The text was updated successfully, but these errors were encountered: