Skip to content

go.mod: bump github.com/testcontainers/testcontainers-go from 0.42.0 to 0.43.0 #21

go.mod: bump github.com/testcontainers/testcontainers-go from 0.42.0 to 0.43.0

go.mod: bump github.com/testcontainers/testcontainers-go from 0.42.0 to 0.43.0 #21

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- run: make test
- run: make test-integration