build: upgrade dependencies and build with go 1.21
This commit is contained in:
9
vendor/github.com/testcontainers/testcontainers-go/Makefile
generated
vendored
Normal file
9
vendor/github.com/testcontainers/testcontainers-go/Makefile
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
include ./commons-test.mk
|
||||
|
||||
.PHONY: test-all
|
||||
test-all: tools test-unit
|
||||
|
||||
.PHONY: test-examples
|
||||
test-examples:
|
||||
@echo "Running example tests..."
|
||||
make -C examples test
|
Reference in New Issue
Block a user