Update testcontainers-go monorepo to v0.34.0 #3748
Annotations
3 errors and 1 warning
lint:
x/testcontainersx/dbcontainers.go#L75
SA1019: testcontainers.WithImage is deprecated: the modules API forces passing the image as part of the signature of the Run function. WithImage sets the image for a container (staticcheck)
|
lint:
x/testcontainersx/dbcontainers.go#L80
SA1019: postgres.RunContainer is deprecated: use Run instead RunContainer creates an instance of the Postgres container type (staticcheck)
|
lint
issues found
|
lint:
internal/testutils/db_setup.go#L26
exported: exported var NATSConn should have comment or be unexported (revive)
|