Skip to content

Update testcontainers-go/modules/postgres #1946

Update testcontainers-go/modules/postgres

Update testcontainers-go/modules/postgres #1946

Triggered via push July 31, 2024 10:56
Status Failure
Total duration 1m 13s
Artifacts

build.yml

on: push
Matrix: examples
Matrix: test
lint
38s
lint
type generation
10s
type generation
dead code check
32s
dead code check
license check
4s
license check
validate examples JSON
10s
validate examples JSON
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint: pkg/testutils/util.go#L45
SA1019: postgres.RunContainer is deprecated: use Run instead RunContainer creates an instance of the Postgres container type (staticcheck)
lint: pkg/testutils/util.go#L46
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: pkg/testutils/util.go#L45
SA1019: postgres.RunContainer is deprecated: use Run instead RunContainer creates an instance of the Postgres container type (staticcheck)
lint: pkg/testutils/util.go#L46
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
issues found