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
# github.com/testcontainers/testcontainers-go/modules/kafka
/go/pkg/mod/github.com/testcontainers/testcontainers-go/modules/kafka@v0.26.0/kafka.go:55:72: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to fmt.Sprintf (overflows)
Additional information
Could either switch to math.MaxInt or tell me no 32-bit support and we can use build tags.
Thanks!
The text was updated successfully, but these errors were encountered:
Testcontainers version
0.26.0
Using the latest Testcontainers version?
Yes
Host OS
linux
Host arch
i386
Go version
1.21.4
Docker version
Docker info
What happened?
Running
go vet
with program that importsgithub.com/testcontainers/testcontainers-go/modules/kafka
on 32-bit environment.See: https://app.circleci.com/pipelines/github/influxdata/telegraf/18935/workflows/552535d3-8378-43eb-a37d-781756d50128/jobs/290322
Relevant log output
Additional information
Could either switch to
math.MaxInt
or tell me no 32-bit support and we can use build tags.Thanks!
The text was updated successfully, but these errors were encountered: