Skip to content

Update testcontainers-go monorepo to v0.34.0 #3748

Update testcontainers-go monorepo to v0.34.0

Update testcontainers-go monorepo to v0.34.0 #3748

Triggered via push November 17, 2024 15:38
Status Failure
Total duration 5m 36s
Artifacts

lint-go.yml

on: push
Fit to window
Zoom out
Zoom in

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)